#[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: u32CipherType: u32CipherStrength: u32HashType: u32HashStrength: u32KeyExchangeType: u32KeyExchangeStrength: u32