#[repr(C)]pub struct KERB_SUBMIT_TKT_REQUEST {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub LogonId: LUID,
pub Flags: u32,
pub Key: KERB_CRYPTO_KEY32,
pub KerbCredSize: u32,
pub KerbCredOffset: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields§
§MessageType: KERB_PROTOCOL_MESSAGE_TYPE
§LogonId: LUID
§Flags: u32
§Key: KERB_CRYPTO_KEY32
§KerbCredSize: u32
§KerbCredOffset: u32