Struct winapi::schannel::SCHANNEL_CRED [] [src]

pub struct SCHANNEL_CRED {
    pub dwVersion: DWORD,
    pub cCreds: DWORD,
    pub paCred: *mut PCCERT_CONTEXT,
    pub hRootStore: HCERTSTORE,
    pub cMappers: DWORD,
    pub aphMappers: *mut *mut _HMAPPER,
    pub cSupportedAlgs: DWORD,
    pub palgSupportedAlgs: *mut ALG_ID,
    pub grbitEnabledProtocols: DWORD,
    pub dwMinimumCipherStrength: DWORD,
    pub dwMaximumCipherStrength: DWORD,
    pub dwSessionLifespan: DWORD,
    pub dwFlags: DWORD,
    pub dwCredFormat: DWORD,
}

Fields

dwVersion: DWORD cCreds: DWORD paCred: *mut PCCERT_CONTEXT hRootStore: HCERTSTORE cMappers: DWORD aphMappers: *mut *mut _HMAPPER cSupportedAlgs: DWORD palgSupportedAlgs: *mut ALG_ID grbitEnabledProtocols: DWORD dwMinimumCipherStrength: DWORD dwMaximumCipherStrength: DWORD dwSessionLifespan: DWORD dwFlags: DWORD dwCredFormat: DWORD

Trait Implementations

impl Debug for SCHANNEL_CRED
[src]

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

Formats the value using the given formatter.

impl Copy for SCHANNEL_CRED
[src]

impl Clone for SCHANNEL_CRED
[src]

fn clone(&self) -> SCHANNEL_CRED

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