#[repr(C)]pub struct INTERNET_SECURITY_CONNECTION_INFO {
pub dwSize: u32,
pub fSecure: BOOL,
pub connectionInfo: SecPkgContext_ConnectionInfo,
pub cipherInfo: SecPkgContext_CipherInfo,
}Expand description
Required features: "Win32_Networking_WinInet", "Win32_Foundation", "Win32_Security_Authentication_Identity"
Fields§
§dwSize: u32§fSecure: BOOL§connectionInfo: SecPkgContext_ConnectionInfo§cipherInfo: SecPkgContext_CipherInfo