#[repr(C)]
pub struct INTERNET_SECURITY_INFO { pub dwSize: u32, pub pCertificate: *mut CERT_CONTEXT, pub pcCertChain: *mut CERT_CHAIN_CONTEXT, pub connectionInfo: SecPkgContext_ConnectionInfo, pub cipherInfo: SecPkgContext_CipherInfo, pub pcUnverifiedCertChain: *mut CERT_CHAIN_CONTEXT, pub channelBindingToken: SecPkgContext_Bindings, }
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’, ‘Win32_Security_Authentication_Identity’, ‘Win32_Security_Cryptography’

Fields

dwSize: u32pCertificate: *mut CERT_CONTEXTpcCertChain: *mut CERT_CHAIN_CONTEXTconnectionInfo: SecPkgContext_ConnectionInfocipherInfo: SecPkgContext_CipherInfopcUnverifiedCertChain: *mut CERT_CHAIN_CONTEXTchannelBindingToken: SecPkgContext_Bindings

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

Performs the conversion.

Performs the conversion.

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.