#[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: u32cCreds: u32paCred: *mut *mut CERT_CONTEXThRootStore: HCERTSTOREcMappers: u32aphMappers: *mut *mut _HMAPPERcSupportedAlgs: u32palgSupportedAlgs: *mut u32grbitEnabledProtocols: u32dwMinimumCipherStrength: u32dwMaximumCipherStrength: u32dwSessionLifespan: u32dwFlags: SCHANNEL_CRED_FLAGSdwCredFormat: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.