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
cCreds
paCred
hRootStore
cMappers
aphMappers
cSupportedAlgs
palgSupportedAlgs
grbitEnabledProtocols
dwMinimumCipherStrength
dwMaximumCipherStrength
dwSessionLifespan
dwFlags
dwCredFormat

Trait Implementations

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

Derived Implementations

impl Debug for SCHANNEL_CRED
[src]

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

Formats the value using the given formatter.