#[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_NAMETargetName: *mut KERB_EXTERNAL_NAMEClientName: *mut KERB_EXTERNAL_NAMEDomainName: UNICODE_STRINGTargetDomainName: UNICODE_STRINGAltTargetDomainName: UNICODE_STRINGSessionKey: KERB_CRYPTO_KEYTicketFlags: KERB_TICKET_FLAGSFlags: u32KeyExpirationTime: i64StartTime: i64EndTime: i64RenewUntil: i64TimeSkew: i64EncodedTicketSize: u32EncodedTicket: *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.