#[repr(C)]pub struct SecPkgContext_ConnectionInfo {
pub dwProtocol: u32,
pub aiCipher: u32,
pub dwCipherStrength: u32,
pub aiHash: u32,
pub dwHashStrength: u32,
pub aiExch: u32,
pub dwExchStrength: u32,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
dwProtocol: u32aiCipher: u32dwCipherStrength: u32aiHash: u32dwHashStrength: u32aiExch: u32dwExchStrength: u32