Struct winapi::ntsecapi::PKU2U_CERTIFICATE_S4U_LOGON [] [src]

pub struct PKU2U_CERTIFICATE_S4U_LOGON {
    pub MessageType: PKU2U_LOGON_SUBMIT_TYPE,
    pub Flags: ULONG,
    pub UserPrincipalName: UNICODE_STRING,
    pub DomainName: UNICODE_STRING,
    pub CertificateLength: ULONG,
    pub Certificate: PUCHAR,
}

Fields

MessageType
Flags
UserPrincipalName
DomainName
CertificateLength
Certificate

Trait Implementations

impl Copy for PKU2U_CERTIFICATE_S4U_LOGON
[src]

impl Clone for PKU2U_CERTIFICATE_S4U_LOGON
[src]

fn clone(&self) -> PKU2U_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

Derived Implementations

impl Debug for PKU2U_CERTIFICATE_S4U_LOGON
[src]

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

Formats the value using the given formatter.