Struct winapi::wincrypt::CRYPT_KEY_SIGN_MESSAGE_PARA
[−]
[src]
pub struct CRYPT_KEY_SIGN_MESSAGE_PARA { pub cbSize: DWORD, pub dwMsgAndCertEncodingType: DWORD, pub hCryptProv: HCRYPTPROV, pub dwKeySpec: DWORD, pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER, pub pvHashAuxInfo: *mut c_void, pub PubKeyAlgorithm: CRYPT_ALGORITHM_IDENTIFIER, }
Fields
cbSize | |
dwMsgAndCertEncodingType | |
hCryptProv | |
dwKeySpec | |
HashAlgorithm | |
pvHashAuxInfo | |
PubKeyAlgorithm |
Methods
impl CRYPT_KEY_SIGN_MESSAGE_PARA
[src]
unsafe fn hNCryptKey(&self) -> &NCRYPT_KEY_HANDLE
unsafe fn hNCryptKey_mut(&mut self) -> &mut NCRYPT_KEY_HANDLE
Trait Implementations
impl Copy for CRYPT_KEY_SIGN_MESSAGE_PARA
[src]
impl Clone for CRYPT_KEY_SIGN_MESSAGE_PARA
[src]
fn clone(&self) -> CRYPT_KEY_SIGN_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