#[repr(C)]pub struct SecPkgCred_ClientCertPolicy {
pub dwFlags: u32,
pub guidPolicyId: GUID,
pub dwCertFlags: u32,
pub dwUrlRetrievalTimeout: u32,
pub fCheckRevocationFreshnessTime: BOOL,
pub dwRevocationFreshnessTime: u32,
pub fOmitUsageCheck: BOOL,
pub pwszSslCtlStoreName: PWSTR,
pub pwszSslCtlIdentifier: PWSTR,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"
Fields
dwFlags: u32guidPolicyId: GUIDdwCertFlags: u32dwUrlRetrievalTimeout: u32fCheckRevocationFreshnessTime: BOOLdwRevocationFreshnessTime: u32fOmitUsageCheck: BOOLpwszSslCtlStoreName: PWSTRpwszSslCtlIdentifier: PWSTRTrait Implementations
impl Clone for SecPkgCred_ClientCertPolicy
impl Clone for SecPkgCred_ClientCertPolicy
impl Copy for SecPkgCred_ClientCertPolicy
Auto Trait Implementations
impl RefUnwindSafe for SecPkgCred_ClientCertPolicy
impl !Send for SecPkgCred_ClientCertPolicy
impl !Sync for SecPkgCred_ClientCertPolicy
impl Unpin for SecPkgCred_ClientCertPolicy
impl UnwindSafe for SecPkgCred_ClientCertPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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