#[repr(C)]pub struct CMSG_CTRL_KEY_AGREE_DECRYPT_PARA {
pub cbSize: u32,
pub Anonymous: CMSG_CTRL_KEY_AGREE_DECRYPT_PARA_0,
pub dwKeySpec: u32,
pub pKeyAgree: *mut CMSG_KEY_AGREE_RECIPIENT_INFO,
pub dwRecipientIndex: u32,
pub dwRecipientEncryptedKeyIndex: u32,
pub OriginatorPublicKey: CRYPT_BIT_BLOB,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§Anonymous: CMSG_CTRL_KEY_AGREE_DECRYPT_PARA_0
§dwKeySpec: u32
§pKeyAgree: *mut CMSG_KEY_AGREE_RECIPIENT_INFO
§dwRecipientIndex: u32
§dwRecipientEncryptedKeyIndex: u32
§OriginatorPublicKey: CRYPT_BIT_BLOB
Trait Implementations§
§impl Clone for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl Clone for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl Copy for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
Auto Trait Implementations§
impl RefUnwindSafe for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl !Send for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl !Sync for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl Unpin for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
impl UnwindSafe for CMSG_CTRL_KEY_AGREE_DECRYPT_PARA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more