#[repr(C)]pub struct SCHANNEL_CERT_HASH_STORE {
pub dwLength: u32,
pub dwFlags: u32,
pub hProv: usize,
pub ShaHash: [u8; 20],
pub pwszStoreName: [u16; 128],
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§dwLength: u32§dwFlags: u32§hProv: usize§ShaHash: [u8; 20]§pwszStoreName: [u16; 128]