Pkcs8EncryptedPrivateKeyInfoDecryptPrivateKeyInfo Method
Get a decryptor from the passed in provider and decrypt the encrypted private key info, returning the result.
Namespace: Org.BouncyCastle.PkcsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function DecryptPrivateKeyInfo(inputDecryptorProvider);
- inputDecryptorProvider IDecryptorBuilderProvider
- A provider to query for decryptors for the object.
PrivateKeyInfoThe decrypted private key info structure.