#[repr(C)]pub struct SecPkgContext_ConnectionInfoEx {
pub dwVersion: u32,
pub dwProtocol: u32,
pub szCipher: [u16; 64],
pub dwCipherStrength: u32,
pub szHash: [u16; 64],
pub dwHashStrength: u32,
pub szExchange: [u16; 64],
pub dwExchStrength: u32,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
dwVersion: u32dwProtocol: u32szCipher: [u16; 64]dwCipherStrength: u32szHash: [u16; 64]dwHashStrength: u32szExchange: [u16; 64]dwExchStrength: u32