Struct windows_sys::Win32::Security::Cryptography::CRL_INFO
[−]#[repr(C)]pub struct CRL_INFO {
pub dwVersion: u32,
pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Issuer: CRYPTOAPI_BLOB,
pub ThisUpdate: FILETIME,
pub NextUpdate: FILETIME,
pub cCRLEntry: u32,
pub rgCRLEntry: *mut CRL_ENTRY,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwVersion: u32
SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Issuer: CRYPTOAPI_BLOB
ThisUpdate: FILETIME
NextUpdate: FILETIME
cCRLEntry: u32
rgCRLEntry: *mut CRL_ENTRY
cExtension: u32
rgExtension: *mut CERT_EXTENSION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CRL_INFO
impl !Send for CRL_INFO
impl !Sync for CRL_INFO
impl Unpin for CRL_INFO
impl UnwindSafe for CRL_INFO
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