#[repr(C)]pub struct WSD_SECURITY_CERT_VALIDATION_V1 {
pub certMatchArray: *mut *mut CERT_CONTEXT,
pub dwCertMatchArrayCount: u32,
pub hCertMatchStore: HCERTSTORE,
pub hCertIssuerStore: HCERTSTORE,
pub dwCertCheckOptions: u32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields§
§certMatchArray: *mut *mut CERT_CONTEXT
§dwCertMatchArrayCount: u32
§hCertMatchStore: HCERTSTORE
§hCertIssuerStore: HCERTSTORE
§dwCertCheckOptions: u32
Trait Implementations§
§impl Clone for WSD_SECURITY_CERT_VALIDATION_V1
impl Clone for WSD_SECURITY_CERT_VALIDATION_V1
impl Copy for WSD_SECURITY_CERT_VALIDATION_V1
Auto Trait Implementations§
impl RefUnwindSafe for WSD_SECURITY_CERT_VALIDATION_V1
impl !Send for WSD_SECURITY_CERT_VALIDATION_V1
impl !Sync for WSD_SECURITY_CERT_VALIDATION_V1
impl Unpin for WSD_SECURITY_CERT_VALIDATION_V1
impl UnwindSafe for WSD_SECURITY_CERT_VALIDATION_V1
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