Struct winapi::wincrypt::CRYPT_PKCS8_IMPORT_PARAMS
[−]
[src]
pub struct CRYPT_PKCS8_IMPORT_PARAMS { pub PrivateKey: CRYPT_DIGEST_BLOB, pub pResolvehCryptProvFunc: PCRYPT_RESOLVE_HCRYPTPROV_FUNC, pub pVoidResolveFunc: LPVOID, pub pDecryptPrivateKeyFunc: PCRYPT_DECRYPT_PRIVATE_KEY_FUNC, pub pVoidDecryptFunc: LPVOID, }
Fields
PrivateKey | |
pResolvehCryptProvFunc | |
pVoidResolveFunc | |
pDecryptPrivateKeyFunc | |
pVoidDecryptFunc |
Trait Implementations
impl Copy for CRYPT_PKCS8_IMPORT_PARAMS
[src]
impl Clone for CRYPT_PKCS8_IMPORT_PARAMS
[src]
fn clone(&self) -> CRYPT_PKCS8_IMPORT_PARAMS
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