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