#[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: u32hCryptProv: HCRYPTPROV_LEGACYContentEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIERpvEncryptionAuxInfo: *mut c_voidcRecipients: u32rgCmsRecipients: *mut CMSG_RECIPIENT_ENCODE_INFOpfnAlloc: PFN_CMSG_ALLOCpfnFree: PFN_CMSG_FREEdwEncryptFlags: u32Anonymous: CMSG_CONTENT_ENCRYPT_INFO_0dwFlags: u32fCNG: BOOLpbCNGContentEncryptKeyObject: *mut u8pbContentEncryptKey: *mut u8cbContentEncryptKey: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.