#[repr(C)]
pub struct CRYPT_XML_KEYINFO_PARAM { pub wszId: PCWSTR, pub wszKeyName: PCWSTR, pub SKI: CRYPTOAPI_BLOB, pub wszSubjectName: PCWSTR, pub cCertificate: u32, pub rgCertificate: *mut CRYPTOAPI_BLOB, pub cCRL: u32, pub rgCRL: *mut CRYPTOAPI_BLOB, }
Expand description

Required features: "Win32_Security_Cryptography"

Fields

wszId: PCWSTRwszKeyName: PCWSTRSKI: CRYPTOAPI_BLOBwszSubjectName: PCWSTRcCertificate: u32rgCertificate: *mut CRYPTOAPI_BLOBcCRL: u32rgCRL: *mut CRYPTOAPI_BLOB

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.