#[repr(C)]pub struct WSD_SECURITY_CERT_VALIDATION {
pub certMatchArray: *mut *mut CERT_CONTEXT,
pub dwCertMatchArrayCount: u32,
pub hCertMatchStore: HCERTSTORE,
pub hCertIssuerStore: HCERTSTORE,
pub dwCertCheckOptions: u32,
pub pszCNGHashAlgId: PCWSTR,
pub pbCertHash: *mut u8,
pub dwCertHashSize: u32,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§certMatchArray: *mut *mut CERT_CONTEXT
§dwCertMatchArrayCount: u32
§hCertMatchStore: HCERTSTORE
§hCertIssuerStore: HCERTSTORE
§dwCertCheckOptions: u32
§pszCNGHashAlgId: PCWSTR
§pbCertHash: *mut u8
§dwCertHashSize: u32