Struct windows_sys::Win32::Security::Cryptography::OCSP_SIGNATURE_INFO
[−]#[repr(C)]pub struct OCSP_SIGNATURE_INFO {
pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Signature: CRYPT_BIT_BLOB,
pub cCertEncoded: u32,
pub rgCertEncoded: *mut CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Signature: CRYPT_BIT_BLOB
cCertEncoded: u32
rgCertEncoded: *mut CRYPTOAPI_BLOB
Trait Implementations
impl Clone for OCSP_SIGNATURE_INFO
impl Clone for OCSP_SIGNATURE_INFO
impl Copy for OCSP_SIGNATURE_INFO
Auto Trait Implementations
impl RefUnwindSafe for OCSP_SIGNATURE_INFO
impl !Send for OCSP_SIGNATURE_INFO
impl !Sync for OCSP_SIGNATURE_INFO
impl Unpin for OCSP_SIGNATURE_INFO
impl UnwindSafe for OCSP_SIGNATURE_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