#[repr(C)]pub struct CMSG_KEY_AGREE_ENCRYPT_INFO {
pub cbSize: u32,
pub dwRecipientIndex: u32,
pub KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub UserKeyingMaterial: CRYPTOAPI_BLOB,
pub dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR,
pub Anonymous: CMSG_KEY_AGREE_ENCRYPT_INFO_0,
pub cKeyAgreeKeyEncryptInfo: u32,
pub rgpKeyAgreeKeyEncryptInfo: *mut *mut CMSG_KEY_AGREE_KEY_ENCRYPT_INFO,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwRecipientIndex: u32
KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
UserKeyingMaterial: CRYPTOAPI_BLOB
dwOriginatorChoice: CMSG_KEY_AGREE_ORIGINATOR
Anonymous: CMSG_KEY_AGREE_ENCRYPT_INFO_0
cKeyAgreeKeyEncryptInfo: u32
rgpKeyAgreeKeyEncryptInfo: *mut *mut CMSG_KEY_AGREE_KEY_ENCRYPT_INFO
dwFlags: u32
Trait Implementations
impl Clone for CMSG_KEY_AGREE_ENCRYPT_INFO
impl Clone for CMSG_KEY_AGREE_ENCRYPT_INFO
impl Copy for CMSG_KEY_AGREE_ENCRYPT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_KEY_AGREE_ENCRYPT_INFO
impl !Send for CMSG_KEY_AGREE_ENCRYPT_INFO
impl !Sync for CMSG_KEY_AGREE_ENCRYPT_INFO
impl Unpin for CMSG_KEY_AGREE_ENCRYPT_INFO
impl UnwindSafe for CMSG_KEY_AGREE_ENCRYPT_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