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