Struct windows_sys::Win32::Security::Authentication::Identity::SCHANNEL_CERT_HASH
[−]#[repr(C)]pub struct SCHANNEL_CERT_HASH {
pub dwLength: u32,
pub dwFlags: u32,
pub hProv: usize,
pub ShaHash: [u8; 20],
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
dwLength: u32dwFlags: u32hProv: usizeShaHash: [u8; 20]