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: PKU2U_LOGON_SUBMIT_TYPE Flags: ULONG UserPrincipalName: UNICODE_STRING DomainName: UNICODE_STRING CertificateLength: ULONG Certificate: PUCHAR

Trait Implementations

impl Debug for PKU2U_CERTIFICATE_S4U_LOGON
[src]

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

Formats the value using the given formatter.

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