#[repr(C)]pub struct CMSG_CONTENT_ENCRYPT_INFO {Show 15 fields
pub cbSize: u32,
pub hCryptProv: HCRYPTPROV_LEGACY,
pub ContentEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub pvEncryptionAuxInfo: *mut c_void,
pub cRecipients: u32,
pub rgCmsRecipients: *mut CMSG_RECIPIENT_ENCODE_INFO,
pub pfnAlloc: PFN_CMSG_ALLOC,
pub pfnFree: PFN_CMSG_FREE,
pub dwEncryptFlags: u32,
pub Anonymous: CMSG_CONTENT_ENCRYPT_INFO_0,
pub dwFlags: u32,
pub fCNG: BOOL,
pub pbCNGContentEncryptKeyObject: *mut u8,
pub pbContentEncryptKey: *mut u8,
pub cbContentEncryptKey: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
hCryptProv: HCRYPTPROV_LEGACY
ContentEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
pvEncryptionAuxInfo: *mut c_void
cRecipients: u32
rgCmsRecipients: *mut CMSG_RECIPIENT_ENCODE_INFO
pfnAlloc: PFN_CMSG_ALLOC
pfnFree: PFN_CMSG_FREE
dwEncryptFlags: u32
Anonymous: CMSG_CONTENT_ENCRYPT_INFO_0
dwFlags: u32
fCNG: BOOL
pbCNGContentEncryptKeyObject: *mut u8
pbContentEncryptKey: *mut u8
cbContentEncryptKey: u32
Trait Implementations
impl Clone for CMSG_CONTENT_ENCRYPT_INFO
impl Clone for CMSG_CONTENT_ENCRYPT_INFO
impl Copy for CMSG_CONTENT_ENCRYPT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMSG_CONTENT_ENCRYPT_INFO
impl !Send for CMSG_CONTENT_ENCRYPT_INFO
impl !Sync for CMSG_CONTENT_ENCRYPT_INFO
impl Unpin for CMSG_CONTENT_ENCRYPT_INFO
impl UnwindSafe for CMSG_CONTENT_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