Struct windows_sys::Win32::Security::Authentication::Identity::SCH_CREDENTIALS
#[repr(C)]pub struct SCH_CREDENTIALS {
pub dwVersion: u32,
pub dwCredFormat: u32,
pub cCreds: u32,
pub paCred: *mut *mut CERT_CONTEXT,
pub hRootStore: HCERTSTORE,
pub cMappers: u32,
pub aphMappers: *mut *mut _HMAPPER,
pub dwSessionLifespan: u32,
pub dwFlags: u32,
pub cTlsParameters: u32,
pub pTlsParameters: *mut TLS_PARAMETERS,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§dwVersion: u32
§dwCredFormat: u32
§cCreds: u32
§paCred: *mut *mut CERT_CONTEXT
§hRootStore: HCERTSTORE
§cMappers: u32
§aphMappers: *mut *mut _HMAPPER
§dwSessionLifespan: u32
§dwFlags: u32
§cTlsParameters: u32
§pTlsParameters: *mut TLS_PARAMETERS
Trait Implementations§
§impl Clone for SCH_CREDENTIALS
impl Clone for SCH_CREDENTIALS
impl Copy for SCH_CREDENTIALS
Auto Trait Implementations§
impl RefUnwindSafe for SCH_CREDENTIALS
impl !Send for SCH_CREDENTIALS
impl !Sync for SCH_CREDENTIALS
impl Unpin for SCH_CREDENTIALS
impl UnwindSafe for SCH_CREDENTIALS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more