Struct windows_sys::Win32::Security::Cryptography::CTL_VERIFY_USAGE_PARA
#[repr(C)]pub struct CTL_VERIFY_USAGE_PARA {
pub cbSize: u32,
pub ListIdentifier: CRYPT_INTEGER_BLOB,
pub cCtlStore: u32,
pub rghCtlStore: *mut HCERTSTORE,
pub cSignerStore: u32,
pub rghSignerStore: *mut HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§ListIdentifier: CRYPT_INTEGER_BLOB
§cCtlStore: u32
§rghCtlStore: *mut HCERTSTORE
§cSignerStore: u32
§rghSignerStore: *mut HCERTSTORE