#[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: u32
aiCipher: u32
dwCipherStrength: u32
aiHash: u32
dwHashStrength: u32
aiExch: u32
dwExchStrength: u32
Trait Implementations
impl Clone for SecPkgContext_ConnectionInfo
impl Clone for SecPkgContext_ConnectionInfo
impl Copy for SecPkgContext_ConnectionInfo
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_ConnectionInfo
impl Send for SecPkgContext_ConnectionInfo
impl Sync for SecPkgContext_ConnectionInfo
impl Unpin for SecPkgContext_ConnectionInfo
impl UnwindSafe for SecPkgContext_ConnectionInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more