#[repr(C)]pub struct CERT_KEYGEN_REQUEST_INFO {
pub dwVersion: u32,
pub SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFO,
pub pwszChallengeString: PWSTR,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
dwVersion: u32SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFOpwszChallengeString: PWSTR