Struct windows_sys::Win32::Security::Cryptography::CERT_KEYGEN_REQUEST_INFO
#[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"
Fields§
§dwVersion: u32§SubjectPublicKeyInfo: CERT_PUBLIC_KEY_INFO§pwszChallengeString: PWSTR