Type Alias CMSG_RECIPIENT_ENCRYPTED_KEY_INFO

Source
pub type CMSG_RECIPIENT_ENCRYPTED_KEY_INFO = _CMSG_RECIPIENT_ENCRYPTED_KEY_INFO;

Aliased Type§

struct CMSG_RECIPIENT_ENCRYPTED_KEY_INFO {
    pub RecipientId: _CERT_ID,
    pub EncryptedKey: _CRYPTOAPI_BLOB,
    pub Date: _FILETIME,
    pub pOtherAttr: *mut _CRYPT_ATTRIBUTE_TYPE_VALUE,
}

Fields§

§RecipientId: _CERT_ID§EncryptedKey: _CRYPTOAPI_BLOB§Date: _FILETIME§pOtherAttr: *mut _CRYPT_ATTRIBUTE_TYPE_VALUE