Union windows_sys::Win32::Security::Cryptography::CERT_ID_0
#[repr(C)]
pub union CERT_ID_0 {
pub IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER,
pub KeyId: CRYPT_INTEGER_BLOB,
pub HashId: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER
§KeyId: CRYPT_INTEGER_BLOB
§HashId: CRYPT_INTEGER_BLOB