#[repr(C)]pub struct CMSG_KEY_TRANS_ENCRYPT_INFO {
pub cbSize: u32,
pub dwRecipientIndex: u32,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: CRYPT_INTEGER_BLOB,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§dwRecipientIndex: u32
§KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
§EncryptedKey: CRYPT_INTEGER_BLOB
§dwFlags: u32