#[repr(C)]pub struct CMSG_KEY_TRANS_RECIPIENT_INFO {
pub dwVersion: u32,
pub RecipientId: CERT_ID,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: CRYPT_INTEGER_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§dwVersion: u32
§RecipientId: CERT_ID
§KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§EncryptedKey: CRYPT_INTEGER_BLOB