Struct windows_sys::Win32::Security::Cryptography::CERT_DSS_PARAMETERS
#[repr(C)]pub struct CERT_DSS_PARAMETERS {
pub p: CRYPT_INTEGER_BLOB,
pub q: CRYPT_INTEGER_BLOB,
pub g: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§p: CRYPT_INTEGER_BLOB
§q: CRYPT_INTEGER_BLOB
§g: CRYPT_INTEGER_BLOB