Type Alias CMSG_KEY_TRANS_ENCRYPT_INFO

Source
pub type CMSG_KEY_TRANS_ENCRYPT_INFO = _CMSG_KEY_TRANS_ENCRYPT_INFO;

Aliased Type§

struct CMSG_KEY_TRANS_ENCRYPT_INFO {
    pub cbSize: u32,
    pub dwRecipientIndex: u32,
    pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
    pub EncryptedKey: _CRYPTOAPI_BLOB,
    pub dwFlags: u32,
}

Fields§

§cbSize: u32§dwRecipientIndex: u32§KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER§EncryptedKey: _CRYPTOAPI_BLOB§dwFlags: u32