#[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: u32
guidPolicyId: GUID
dwCertFlags: u32
dwUrlRetrievalTimeout: u32
fCheckRevocationFreshnessTime: BOOL
dwRevocationFreshnessTime: u32
fOmitUsageCheck: BOOL
pwszSslCtlStoreName: PWSTR
pwszSslCtlIdentifier: PWSTR
Trait 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 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