Struct windows_sys::Win32::Networking::HttpServer::HTTP_SSL_PROTOCOL_INFO
#[repr(C)]pub struct HTTP_SSL_PROTOCOL_INFO {
pub Protocol: u32,
pub CipherType: u32,
pub CipherStrength: u32,
pub HashType: u32,
pub HashStrength: u32,
pub KeyExchangeType: u32,
pub KeyExchangeStrength: u32,
}Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§Protocol: u32§CipherType: u32§CipherStrength: u32§HashType: u32§HashStrength: u32§KeyExchangeType: u32§KeyExchangeStrength: u32