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 Copy for SCHANNEL_CERT_HASH_STORE
[src]
impl Clone for SCHANNEL_CERT_HASH_STORE
[src]
fn clone(&self) -> SCHANNEL_CERT_HASH_STORE
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