Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_NegoKeys
#[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: u32§KeyLength: u16§KeyValue: *mut u8§VerifyKeyType: u32§VerifyKeyLength: u16§VerifyKeyValue: *mut u8