Source position: jwawincrypt.pas line 2339
type _CRYPT_PKCS8_IMPORT_PARAMS = record |
PrivateKey: CRYPT_DIGEST_BLOB; |
pResolvehCryptProvFunc: PCRYPT_RESOLVE_HCRYPTPROV_FUNC; |
pVoidResolveFunc: LPVOID; |
pDecryptPrivateKeyFunc: PCRYPT_DECRYPT_PRIVATE_KEY_FUNC; |
pVoidDecryptFunc: LPVOID; |
end; |