Struct windows_sys::Win32::Networking::WinInet::INTERNET_SECURITY_INFO
[−]#[repr(C)]pub struct INTERNET_SECURITY_INFO {
pub dwSize: u32,
pub pCertificate: *const 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: u32
pCertificate: *const CERT_CONTEXT
pcCertChain: *mut CERT_CHAIN_CONTEXT
connectionInfo: SecPkgContext_ConnectionInfo
cipherInfo: SecPkgContext_CipherInfo
pcUnverifiedCertChain: *mut CERT_CHAIN_CONTEXT
channelBindingToken: SecPkgContext_Bindings
Trait Implementations
impl Clone for INTERNET_SECURITY_INFO
impl Clone for INTERNET_SECURITY_INFO
impl Copy for INTERNET_SECURITY_INFO
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_SECURITY_INFO
impl !Send for INTERNET_SECURITY_INFO
impl !Sync for INTERNET_SECURITY_INFO
impl Unpin for INTERNET_SECURITY_INFO
impl UnwindSafe for INTERNET_SECURITY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more