Struct winapi::wincrypt::CERT_SIGNED_CONTENT_INFO [] [src]

pub struct CERT_SIGNED_CONTENT_INFO {
    pub ToBeSigned: CRYPT_DER_BLOB,
    pub SignatureAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
    pub Signature: CRYPT_BIT_BLOB,
}

Fields

ToBeSigned
SignatureAlgorithm
Signature

Trait Implementations

Derived Implementations

impl Debug for CERT_SIGNED_CONTENT_INFO

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for CERT_SIGNED_CONTENT_INFO

impl Clone for CERT_SIGNED_CONTENT_INFO

fn clone(&self) -> CERT_SIGNED_CONTENT_INFO

fn clone_from(&mut self, source: &Self)