Struct winapi::wincrypt::CRYPT_VERIFY_MESSAGE_PARA [] [src]

pub struct CRYPT_VERIFY_MESSAGE_PARA {
    pub cbSize: DWORD,
    pub dwMsgAndCertEncodingType: DWORD,
    pub hCryptProv: HCRYPTPROV_LEGACY,
    pub pfnGetSignerCertificate: PFN_CRYPT_GET_SIGNER_CERTIFICATE,
    pub pvGetArg: *mut c_void,
    pub pStrongSignPara: PCCERT_STRONG_SIGN_PARA,
}

Fields

cbSize: DWORD dwMsgAndCertEncodingType: DWORD hCryptProv: HCRYPTPROV_LEGACY pfnGetSignerCertificate: PFN_CRYPT_GET_SIGNER_CERTIFICATE pvGetArg: *mut c_void pStrongSignPara: PCCERT_STRONG_SIGN_PARA

Trait Implementations

impl Copy for CRYPT_VERIFY_MESSAGE_PARA
[src]

impl Clone for CRYPT_VERIFY_MESSAGE_PARA
[src]

fn clone(&self) -> CRYPT_VERIFY_MESSAGE_PARA

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more