#[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: u32
§aiHash: u32
§cbHash: u32
§HashValue: [u8; 36]
§CertThumbprint: [u8; 20]