#[repr(C)]pub struct SecPkgCred_SessionTicketKey {
pub TicketInfoVersion: u32,
pub KeyId: [u8; 16],
pub KeyingMaterial: [u8; 64],
pub KeyingMaterialSize: u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
TicketInfoVersion: u32
KeyId: [u8; 16]
KeyingMaterial: [u8; 64]
KeyingMaterialSize: u8
Trait Implementations
impl Clone for SecPkgCred_SessionTicketKey
impl Clone for SecPkgCred_SessionTicketKey
impl Copy for SecPkgCred_SessionTicketKey
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCred_SessionTicketKey
impl Send for SecPkgCred_SessionTicketKey
impl Sync for SecPkgCred_SessionTicketKey
impl Unpin for SecPkgCred_SessionTicketKey
impl UnwindSafe for SecPkgCred_SessionTicketKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more