Struct winapi::ntsecapi::KERB_EXTERNAL_TICKET [] [src]

pub struct KERB_EXTERNAL_TICKET {
    pub ServiceName: PKERB_EXTERNAL_NAME,
    pub TargetName: PKERB_EXTERNAL_NAME,
    pub ClientName: PKERB_EXTERNAL_NAME,
    pub DomainName: UNICODE_STRING,
    pub TargetDomainName: UNICODE_STRING,
    pub AltTargetDomainName: UNICODE_STRING,
    pub SessionKey: KERB_CRYPTO_KEY,
    pub TicketFlags: ULONG,
    pub Flags: ULONG,
    pub KeyExpirationTime: LARGE_INTEGER,
    pub StartTime: LARGE_INTEGER,
    pub EndTime: LARGE_INTEGER,
    pub RenewUntil: LARGE_INTEGER,
    pub TimeSkew: LARGE_INTEGER,
    pub EncodedTicketSize: ULONG,
    pub EncodedTicket: PUCHAR,
}

Fields

ServiceName
TargetName
ClientName
DomainName
TargetDomainName
AltTargetDomainName
SessionKey
TicketFlags
Flags
KeyExpirationTime
StartTime
EndTime
RenewUntil
TimeSkew
EncodedTicketSize
EncodedTicket

Trait Implementations

impl Copy for KERB_EXTERNAL_TICKET
[src]

impl Clone for KERB_EXTERNAL_TICKET
[src]

fn clone(&self) -> KERB_EXTERNAL_TICKET

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for KERB_EXTERNAL_TICKET
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.