#[repr(C)]
pub struct KERB_EXTERNAL_TICKET {
Show 16 fields pub ServiceName: *mut KERB_EXTERNAL_NAME, pub TargetName: *mut KERB_EXTERNAL_NAME, pub ClientName: *mut KERB_EXTERNAL_NAME, pub DomainName: UNICODE_STRING, pub TargetDomainName: UNICODE_STRING, pub AltTargetDomainName: UNICODE_STRING, pub SessionKey: KERB_CRYPTO_KEY, pub TicketFlags: KERB_TICKET_FLAGS, pub Flags: u32, pub KeyExpirationTime: i64, pub StartTime: i64, pub EndTime: i64, pub RenewUntil: i64, pub TimeSkew: i64, pub EncodedTicketSize: u32, pub EncodedTicket: *mut u8,
}
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"

Fields§

§ServiceName: *mut KERB_EXTERNAL_NAME§TargetName: *mut KERB_EXTERNAL_NAME§ClientName: *mut KERB_EXTERNAL_NAME§DomainName: UNICODE_STRING§TargetDomainName: UNICODE_STRING§AltTargetDomainName: UNICODE_STRING§SessionKey: KERB_CRYPTO_KEY§TicketFlags: KERB_TICKET_FLAGS§Flags: u32§KeyExpirationTime: i64§StartTime: i64§EndTime: i64§RenewUntil: i64§TimeSkew: i64§EncodedTicketSize: u32§EncodedTicket: *mut u8

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.