#[repr(C)]pub struct SCHANNEL_CLIENT_SIGNATURE {
pub cbLength: u32,
pub aiHash: u32,
pub cbHash: u32,
pub HashValue: [u8; 36],
pub CertThumbprint: [u8; 20],
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
cbLength: u32aiHash: u32cbHash: u32HashValue: [u8; 36]CertThumbprint: [u8; 20]