#[repr(C)]pub struct SecPkgContext_NegoKeys {
pub KeyType: u32,
pub KeyLength: u16,
pub KeyValue: *mut u8,
pub VerifyKeyType: u32,
pub VerifyKeyLength: u16,
pub VerifyKeyValue: *mut u8,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
KeyType: u32KeyLength: u16KeyValue: *mut u8VerifyKeyType: u32VerifyKeyLength: u16VerifyKeyValue: *mut u8