Struct windows_sys::Win32::Security::Authentication::Identity::SCHANNEL_CRED
[−]#[repr(C)]pub struct SCHANNEL_CRED {Show 14 fields
pub dwVersion: u32,
pub cCreds: u32,
pub paCred: *mut *mut CERT_CONTEXT,
pub hRootStore: HCERTSTORE,
pub cMappers: u32,
pub aphMappers: *mut *mut _HMAPPER,
pub cSupportedAlgs: u32,
pub palgSupportedAlgs: *mut u32,
pub grbitEnabledProtocols: u32,
pub dwMinimumCipherStrength: u32,
pub dwMaximumCipherStrength: u32,
pub dwSessionLifespan: u32,
pub dwFlags: SCHANNEL_CRED_FLAGS,
pub dwCredFormat: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields
dwVersion: u32
cCreds: u32
paCred: *mut *mut CERT_CONTEXT
hRootStore: HCERTSTORE
cMappers: u32
aphMappers: *mut *mut _HMAPPER
cSupportedAlgs: u32
palgSupportedAlgs: *mut u32
grbitEnabledProtocols: u32
dwMinimumCipherStrength: u32
dwMaximumCipherStrength: u32
dwSessionLifespan: u32
dwFlags: SCHANNEL_CRED_FLAGS
dwCredFormat: u32
Trait Implementations
impl Clone for SCHANNEL_CRED
impl Clone for SCHANNEL_CRED
impl Copy for SCHANNEL_CRED
Auto Trait Implementations
impl RefUnwindSafe for SCHANNEL_CRED
impl !Send for SCHANNEL_CRED
impl !Sync for SCHANNEL_CRED
impl Unpin for SCHANNEL_CRED
impl UnwindSafe for SCHANNEL_CRED
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