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