Type Alias CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO

Source
pub type CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO = _CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO;

Aliased Type§

struct CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO {
    pub cbSize: u32,
    pub RecipientPublicKey: _CRYPT_BIT_BLOB,
    pub RecipientId: _CERT_ID,
    pub Date: _FILETIME,
    pub pOtherAttr: *mut _CRYPT_ATTRIBUTE_TYPE_VALUE,
}

Fields§

§cbSize: u32§RecipientPublicKey: _CRYPT_BIT_BLOB§RecipientId: _CERT_ID§Date: _FILETIME§pOtherAttr: *mut _CRYPT_ATTRIBUTE_TYPE_VALUE