Struct winapi::wincrypt::CMSG_SIGNER_ENCODE_INFO [] [src]

pub struct CMSG_SIGNER_ENCODE_INFO {
    pub cbSize: DWORD,
    pub pCertInfo: PCERT_INFO,
    pub hCryptProv: HCRYPTPROV,
    pub dwKeySpec: DWORD,
    pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
    pub pvHashAuxInfo: *mut c_void,
    pub cAuthAttr: DWORD,
    pub rgAuthAttr: PCRYPT_ATTRIBUTE,
    pub cUnauthAttr: DWORD,
    pub rgUnauthAttr: PCRYPT_ATTRIBUTE,
}

Fields

cbSize: DWORD pCertInfo: PCERT_INFO hCryptProv: HCRYPTPROV dwKeySpec: DWORD HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER pvHashAuxInfo: *mut c_void cAuthAttr: DWORD rgAuthAttr: PCRYPT_ATTRIBUTE cUnauthAttr: DWORD rgUnauthAttr: PCRYPT_ATTRIBUTE

Methods

impl CMSG_SIGNER_ENCODE_INFO
[src]

unsafe fn hNCryptKey(&self) -> &NCRYPT_KEY_HANDLE

unsafe fn hNCryptKey_mut(&mut self) -> &mut NCRYPT_KEY_HANDLE

Trait Implementations

impl Debug for CMSG_SIGNER_ENCODE_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for CMSG_SIGNER_ENCODE_INFO
[src]

impl Clone for CMSG_SIGNER_ENCODE_INFO
[src]

fn clone(&self) -> CMSG_SIGNER_ENCODE_INFO

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