Struct windows_sys::Win32::Security::Authentication::Identity::KERB_CRYPTO_KEY
#[repr(C)]pub struct KERB_CRYPTO_KEY {
pub KeyType: KERB_CRYPTO_KEY_TYPE,
pub Length: u32,
pub Value: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§KeyType: KERB_CRYPTO_KEY_TYPE
§Length: u32
§Value: *mut u8