#[repr(C)]pub struct KERB_RETRIEVE_KEY_TAB_RESPONSE {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub KeyTabLength: u32,
pub KeyTab: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§MessageType: KERB_PROTOCOL_MESSAGE_TYPE
§KeyTabLength: u32
§KeyTab: *mut u8