Struct windows_sys::Win32::Security::Cryptography::CERT_REQUEST_INFO
[−]#[repr(C)]pub struct CERT_REQUEST_INFO {
pub dwVersion: u32,
pub Subject: CRYPTOAPI_BLOB,
pub SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFO,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwVersion: u32Subject: CRYPTOAPI_BLOBSubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFOcAttribute: u32rgAttribute: *mut CRYPT_ATTRIBUTE