Source position: jwawincrypt.pas line 2231
type _CRYPT_PRIVATE_KEY_INFO = record
Version: DWORD;
Algorithm: CRYPT_ALGORITHM_IDENTIFIER;
PrivateKey: CRYPT_DER_BLOB;
pAttributes: PCRYPT_ATTRIBUTES;
end;