#[repr(C)]pub struct CERT_SIGNED_CONTENT_INFO {
pub ToBeSigned: CRYPTOAPI_BLOB,
pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Signature: CRYPT_BIT_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
ToBeSigned: CRYPTOAPI_BLOB
SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Signature: CRYPT_BIT_BLOB
Trait Implementations
impl Clone for CERT_SIGNED_CONTENT_INFO
impl Clone for CERT_SIGNED_CONTENT_INFO
impl Copy for CERT_SIGNED_CONTENT_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_SIGNED_CONTENT_INFO
impl !Send for CERT_SIGNED_CONTENT_INFO
impl !Sync for CERT_SIGNED_CONTENT_INFO
impl Unpin for CERT_SIGNED_CONTENT_INFO
impl UnwindSafe for CERT_SIGNED_CONTENT_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