#[repr(C)]pub struct WSD_SECURITY_SIGNATURE_VALIDATION {
pub signingCertArray: *mut *mut CERT_CONTEXT,
pub dwSigningCertArrayCount: u32,
pub hSigningCertStore: HCERTSTORE,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
, "Win32_Foundation"
, "Win32_Security_Cryptography"
Fields
signingCertArray: *mut *mut CERT_CONTEXT
dwSigningCertArrayCount: u32
hSigningCertStore: HCERTSTORE
dwFlags: u32
Trait Implementations
impl Clone for WSD_SECURITY_SIGNATURE_VALIDATION
impl Clone for WSD_SECURITY_SIGNATURE_VALIDATION
impl Copy for WSD_SECURITY_SIGNATURE_VALIDATION
Auto Trait Implementations
impl RefUnwindSafe for WSD_SECURITY_SIGNATURE_VALIDATION
impl !Send for WSD_SECURITY_SIGNATURE_VALIDATION
impl !Sync for WSD_SECURITY_SIGNATURE_VALIDATION
impl Unpin for WSD_SECURITY_SIGNATURE_VALIDATION
impl UnwindSafe for WSD_SECURITY_SIGNATURE_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