#[repr(C)]
pub struct CRYPT_PROVIDER_CERT {
Show 15 fields pub cbStruct: u32, pub pCert: *const CERT_CONTEXT, pub fCommercial: BOOL, pub fTrustedRoot: BOOL, pub fSelfSigned: BOOL, pub fTestCert: BOOL, pub dwRevokedReason: u32, pub dwConfidence: u32, pub dwError: u32, pub pTrustListContext: *mut CTL_CONTEXT, pub fTrustListSignerCert: BOOL, pub pCtlContext: *mut CTL_CONTEXT, pub dwCtlError: u32, pub fIsCyclic: BOOL, pub pChainElement: *mut CERT_CHAIN_ELEMENT,
}
Expand description

Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"

Fields§

§cbStruct: u32§pCert: *const CERT_CONTEXT§fCommercial: BOOL§fTrustedRoot: BOOL§fSelfSigned: BOOL§fTestCert: BOOL§dwRevokedReason: u32§dwConfidence: u32§dwError: u32§pTrustListContext: *mut CTL_CONTEXT§fTrustListSignerCert: BOOL§pCtlContext: *mut CTL_CONTEXT§dwCtlError: u32§fIsCyclic: BOOL§pChainElement: *mut CERT_CHAIN_ELEMENT

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.