#[repr(C)]pub struct CRYPT_PKCS8_IMPORT_PARAMS {
pub PrivateKey: CRYPTOAPI_BLOB,
pub pResolvehCryptProvFunc: PCRYPT_RESOLVE_HCRYPTPROV_FUNC,
pub pVoidResolveFunc: *mut c_void,
pub pDecryptPrivateKeyFunc: PCRYPT_DECRYPT_PRIVATE_KEY_FUNC,
pub pVoidDecryptFunc: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
PrivateKey: CRYPTOAPI_BLOB
pResolvehCryptProvFunc: PCRYPT_RESOLVE_HCRYPTPROV_FUNC
pVoidResolveFunc: *mut c_void
pDecryptPrivateKeyFunc: PCRYPT_DECRYPT_PRIVATE_KEY_FUNC
pVoidDecryptFunc: *mut c_void
Trait Implementations
impl Clone for CRYPT_PKCS8_IMPORT_PARAMS
impl Clone for CRYPT_PKCS8_IMPORT_PARAMS
impl Copy for CRYPT_PKCS8_IMPORT_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PKCS8_IMPORT_PARAMS
impl !Send for CRYPT_PKCS8_IMPORT_PARAMS
impl !Sync for CRYPT_PKCS8_IMPORT_PARAMS
impl Unpin for CRYPT_PKCS8_IMPORT_PARAMS
impl UnwindSafe for CRYPT_PKCS8_IMPORT_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more