#[repr(C)]pub struct CERT_CHAIN_FIND_BY_ISSUER_PARA {
pub cbSize: u32,
pub pszUsageIdentifier: PCSTR,
pub dwKeySpec: u32,
pub dwAcquirePrivateKeyFlags: u32,
pub cIssuer: u32,
pub rgIssuer: *mut CRYPTOAPI_BLOB,
pub pfnFindCallback: PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK,
pub pvFindArg: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
pszUsageIdentifier: PCSTR
dwKeySpec: u32
dwAcquirePrivateKeyFlags: u32
cIssuer: u32
rgIssuer: *mut CRYPTOAPI_BLOB
pfnFindCallback: PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK
pvFindArg: *mut c_void
Trait Implementations
impl Clone for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Clone for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Copy for CERT_CHAIN_FIND_BY_ISSUER_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl !Send for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl !Sync for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Unpin for CERT_CHAIN_FIND_BY_ISSUER_PARA
impl UnwindSafe for CERT_CHAIN_FIND_BY_ISSUER_PARA
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