#[repr(C)]pub struct CMSG_KEY_AGREE_ENCRYPT_INFO {
pub cbSize: u32,
pub dwRecipientIndex: u32,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub UserKeyingMaterial: CRYPT_INTEGER_BLOB,
pub dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR,
pub Anonymous: CMSG_KEY_AGREE_ENCRYPT_INFO_0,
pub cKeyAgreeKeyEncryptInfo: u32,
pub rgpKeyAgreeKeyEncryptInfo: *mut *mut CMSG_KEY_AGREE_KEY_ENCRYPT_INFO,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§dwRecipientIndex: u32
§KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§UserKeyingMaterial: CRYPT_INTEGER_BLOB
§dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR
§Anonymous: CMSG_KEY_AGREE_ENCRYPT_INFO_0
§cKeyAgreeKeyEncryptInfo: u32
§rgpKeyAgreeKeyEncryptInfo: *mut *mut CMSG_KEY_AGREE_KEY_ENCRYPT_INFO
§dwFlags: u32