Struct winapi::schannel::SCHANNEL_CERT_HASH_STORE [] [src]

pub struct SCHANNEL_CERT_HASH_STORE {
    pub dwLength: DWORD,
    pub dwFlags: DWORD,
    pub hProv: HCRYPTPROV,
    pub ShaHash: [BYTE; 20],
    pub pwszStoreName: [WCHAR; SCH_CRED_MAX_STORE_NAME_SIZE],
}

Fields

dwLength
dwFlags
hProv
ShaHash
pwszStoreName

Trait Implementations

impl Clone for SCHANNEL_CERT_HASH_STORE

fn clone(&self) -> SCHANNEL_CERT_HASH_STORE

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

Derived Implementations

impl Copy for SCHANNEL_CERT_HASH_STORE