#[repr(C)]pub struct KERB_QUERY_TKT_CACHE_EX_RESPONSE {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub CountOfTickets: u32,
pub Tickets: [KERB_TICKET_CACHE_INFO_EX; 1],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields§
§MessageType: KERB_PROTOCOL_MESSAGE_TYPE
§CountOfTickets: u32
§Tickets: [KERB_TICKET_CACHE_INFO_EX; 1]