#[repr(C)]
pub struct CRYPT_PROVIDER_SIGSTATE { pub cbStruct: u32, pub rhSecondarySigs: *mut *mut c_void, pub hPrimarySig: *mut c_void, pub fFirstAttemptMade: BOOL, pub fNoMoreSigs: BOOL, pub cSecondarySigs: u32, pub dwCurrentIndex: u32, pub fSupportMultiSig: BOOL, pub dwCryptoPolicySupport: u32, pub iAttemptCount: u32, pub fCheckedSealing: BOOL, pub pSealingSignature: *mut SEALING_SIGNATURE_ATTRIBUTE, }
Expand description

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

Fields§

§cbStruct: u32§rhSecondarySigs: *mut *mut c_void§hPrimarySig: *mut c_void§fFirstAttemptMade: BOOL§fNoMoreSigs: BOOL§cSecondarySigs: u32§dwCurrentIndex: u32§fSupportMultiSig: BOOL§dwCryptoPolicySupport: u32§iAttemptCount: u32§fCheckedSealing: BOOL§pSealingSignature: *mut SEALING_SIGNATURE_ATTRIBUTE

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.