#[repr(C)]pub struct KERB_TICKET_CACHE_INFO_EX3 {Show 13 fields
pub ClientName: UNICODE_STRING,
pub ClientRealm: UNICODE_STRING,
pub ServerName: UNICODE_STRING,
pub ServerRealm: UNICODE_STRING,
pub StartTime: i64,
pub EndTime: i64,
pub RenewTime: i64,
pub EncryptionType: i32,
pub TicketFlags: u32,
pub SessionKeyType: u32,
pub BranchId: u32,
pub CacheFlags: u32,
pub KdcCalled: UNICODE_STRING,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
ClientName: UNICODE_STRING
ClientRealm: UNICODE_STRING
ServerName: UNICODE_STRING
ServerRealm: UNICODE_STRING
StartTime: i64
EndTime: i64
RenewTime: i64
EncryptionType: i32
TicketFlags: u32
SessionKeyType: u32
BranchId: u32
CacheFlags: u32
KdcCalled: UNICODE_STRING
Trait Implementations
impl Clone for KERB_TICKET_CACHE_INFO_EX3
impl Clone for KERB_TICKET_CACHE_INFO_EX3
impl Copy for KERB_TICKET_CACHE_INFO_EX3
Auto Trait Implementations
impl RefUnwindSafe for KERB_TICKET_CACHE_INFO_EX3
impl !Send for KERB_TICKET_CACHE_INFO_EX3
impl !Sync for KERB_TICKET_CACHE_INFO_EX3
impl Unpin for KERB_TICKET_CACHE_INFO_EX3
impl UnwindSafe for KERB_TICKET_CACHE_INFO_EX3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more