Struct winapi::ntsecapi::KERB_CERTIFICATE_S4U_LOGON [] [src]

pub struct KERB_CERTIFICATE_S4U_LOGON {
    pub MessageType: KERB_LOGON_SUBMIT_TYPE,
    pub Flags: ULONG,
    pub UserPrincipalName: UNICODE_STRING,
    pub DomainName: UNICODE_STRING,
    pub CertificateLength: ULONG,
    pub Certificate: PUCHAR,
}

Fields

MessageType: KERB_LOGON_SUBMIT_TYPE Flags: ULONG UserPrincipalName: UNICODE_STRING DomainName: UNICODE_STRING CertificateLength: ULONG Certificate: PUCHAR

Trait Implementations

impl Debug for KERB_CERTIFICATE_S4U_LOGON
[src]

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

Formats the value using the given formatter.

impl Copy for KERB_CERTIFICATE_S4U_LOGON
[src]

impl Clone for KERB_CERTIFICATE_S4U_LOGON
[src]

fn clone(&self) -> KERB_CERTIFICATE_S4U_LOGON

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