Struct windows_sys::Win32::Security::Cryptography::CERT_PAIR
#[repr(C)]pub struct CERT_PAIR {
pub Forward: CRYPT_INTEGER_BLOB,
pub Reverse: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§Forward: CRYPT_INTEGER_BLOB
§Reverse: CRYPT_INTEGER_BLOB