#[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: u32pCert: *const CERT_CONTEXTfCommercial: BOOLfTrustedRoot: BOOLfSelfSigned: BOOLfTestCert: BOOLdwRevokedReason: u32dwConfidence: u32dwError: u32pTrustListContext: *mut CTL_CONTEXTfTrustListSignerCert: BOOLpCtlContext: *mut CTL_CONTEXTdwCtlError: u32fIsCyclic: BOOLpChainElement: *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.