#[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: u32
§dwProtocol: u32
§szCipher: [u16; 64]
§dwCipherStrength: u32
§szHash: [u16; 64]
§dwHashStrength: u32
§szExchange: [u16; 64]
§dwExchStrength: u32