pub type CMSG_KEY_TRANS_RECIPIENT_INFO = _CMSG_KEY_TRANS_RECIPIENT_INFO;
Aliased Type§
#[repr(C)]pub struct CMSG_KEY_TRANS_RECIPIENT_INFO {
pub dwVersion: u64,
pub RecipientId: _CERT_ID,
pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub EncryptedKey: _CRYPTOAPI_BLOB,
}
Fields§
§dwVersion: u64
§RecipientId: _CERT_ID
§KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER
§EncryptedKey: _CRYPTOAPI_BLOB