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

Derived Implementations

impl Debug for SCHANNEL_CRED

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

impl Copy for SCHANNEL_CRED

impl Clone for SCHANNEL_CRED

fn clone(&self) -> SCHANNEL_CRED

fn clone_from(&mut self, source: &Self)