Struct windows_sys::Win32::Security::Cryptography::CERT_PUBLIC_KEY_INFO
#[repr(C)]pub struct CERT_PUBLIC_KEY_INFO {
pub Algorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub PublicKey: CRYPT_BIT_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§Algorithm: CRYPT_ALGORITHM_IDENTIFIER
§PublicKey: CRYPT_BIT_BLOB