#[repr(C)]
pub struct WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO { pub Anonymous: WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0, pub pChainContext: *mut CERT_CHAIN_CONTEXT, pub dwSignerType: u32, pub pMsgSignerInfo: *mut CMSG_SIGNER_INFO, pub dwError: u32, pub cCounterSigner: u32, pub rgpCounterSigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO, }
Expand description

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

Fields

Anonymous: WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO_0pChainContext: *mut CERT_CHAIN_CONTEXTdwSignerType: u32pMsgSignerInfo: *mut CMSG_SIGNER_INFOdwError: u32cCounterSigner: u32rgpCounterSigner: *mut *mut WTD_GENERIC_CHAIN_POLICY_SIGNER_INFO

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.