#[repr(C)]
pub struct CRYPT_PROVIDER_DATA {
Show 33 fields pub cbStruct: u32, pub pWintrustData: *mut WINTRUST_DATA, pub fOpenedFile: BOOL, pub hWndParent: HWND, pub pgActionID: *mut GUID, pub hProv: usize, pub dwError: u32, pub dwRegSecuritySettings: u32, pub dwRegPolicySettings: u32, pub psPfns: *mut CRYPT_PROVIDER_FUNCTIONS, pub cdwTrustStepErrors: u32, pub padwTrustStepErrors: *mut u32, pub chStores: u32, pub pahStores: *mut HCERTSTORE, pub dwEncoding: u32, pub hMsg: *mut c_void, pub csSigners: u32, pub pasSigners: *mut CRYPT_PROVIDER_SGNR, pub csProvPrivData: u32, pub pasProvPrivData: *mut CRYPT_PROVIDER_PRIVDATA, pub dwSubjectChoice: u32, pub Anonymous: CRYPT_PROVIDER_DATA_0, pub pszUsageOID: PSTR, pub fRecallWithState: BOOL, pub sftSystemTime: FILETIME, pub pszCTLSignerUsageOID: PSTR, pub dwProvFlags: u32, pub dwFinalError: u32, pub pRequestUsage: *mut CERT_USAGE_MATCH, pub dwTrustPubSettings: u32, pub dwUIStateFlags: u32, pub pSigState: *mut CRYPT_PROVIDER_SIGSTATE, pub pSigSettings: *mut WINTRUST_SIGNATURE_SETTINGS,
}
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography_Catalog", "Win32_Security_Cryptography_Sip"

Fields§

§cbStruct: u32§pWintrustData: *mut WINTRUST_DATA§fOpenedFile: BOOL§hWndParent: HWND§pgActionID: *mut GUID§hProv: usize§dwError: u32§dwRegSecuritySettings: u32§dwRegPolicySettings: u32§psPfns: *mut CRYPT_PROVIDER_FUNCTIONS§cdwTrustStepErrors: u32§padwTrustStepErrors: *mut u32§chStores: u32§pahStores: *mut HCERTSTORE§dwEncoding: u32§hMsg: *mut c_void§csSigners: u32§pasSigners: *mut CRYPT_PROVIDER_SGNR§csProvPrivData: u32§pasProvPrivData: *mut CRYPT_PROVIDER_PRIVDATA§dwSubjectChoice: u32§Anonymous: CRYPT_PROVIDER_DATA_0§pszUsageOID: PSTR§fRecallWithState: BOOL§sftSystemTime: FILETIME§pszCTLSignerUsageOID: PSTR§dwProvFlags: u32§dwFinalError: u32§pRequestUsage: *mut CERT_USAGE_MATCH§dwTrustPubSettings: u32§dwUIStateFlags: u32§pSigState: *mut CRYPT_PROVIDER_SIGSTATE§pSigSettings: *mut WINTRUST_SIGNATURE_SETTINGS

Trait Implementations§

§

impl Clone for CRYPT_PROVIDER_DATA

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for CRYPT_PROVIDER_DATA

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.