pub type CMSG_KEY_TRANS_RECIPIENT_INFO = _CMSG_KEY_TRANS_RECIPIENT_INFO;
Aliased Type§
struct CMSG_KEY_TRANS_RECIPIENT_INFO {
pub dwVersion: u32,
pub RecipientId: _CERT_ID,
pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: _CRYPTOAPI_BLOB,
}
Fields§
§dwVersion: u32
§RecipientId: _CERT_ID
§KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§EncryptedKey: _CRYPTOAPI_BLOB