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 | |
pCertInfo | |
hCryptProv | |
dwKeySpec | |
HashAlgorithm | |
pvHashAuxInfo | |
cAuthAttr | |
rgAuthAttr | |
cUnauthAttr | |
rgUnauthAttr |
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 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