#[repr(C)]pub struct CMSG_KEY_AGREE_RECIPIENT_INFO {
pub dwVersion: u32,
pub dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR,
pub Anonymous: CMSG_KEY_AGREE_RECIPIENT_INFO_0,
pub UserKeyingMaterial: CRYPTOAPI_BLOB,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub cRecipientEncryptedKeys: u32,
pub rgpRecipientEncryptedKeys: *mut *mut CMSG_RECIPIENT_ENCRYPTED_KEY_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwVersion: u32
dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR
Anonymous: CMSG_KEY_AGREE_RECIPIENT_INFO_0
UserKeyingMaterial: CRYPTOAPI_BLOB
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
cRecipientEncryptedKeys: u32
rgpRecipientEncryptedKeys: *mut *mut CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
Trait Implementations
impl Clone for CMSG_KEY_AGREE_RECIPIENT_INFO
impl Clone for CMSG_KEY_AGREE_RECIPIENT_INFO
impl Copy for CMSG_KEY_AGREE_RECIPIENT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_KEY_AGREE_RECIPIENT_INFO
impl !Send for CMSG_KEY_AGREE_RECIPIENT_INFO
impl !Sync for CMSG_KEY_AGREE_RECIPIENT_INFO
impl Unpin for CMSG_KEY_AGREE_RECIPIENT_INFO
impl UnwindSafe for CMSG_KEY_AGREE_RECIPIENT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more