Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static AsymmetricKeyParameter DecryptKey( char[] passPhrase, EncryptedPrivateKeyInfo encInfo ) |
Visual Basic |
---|
Public Shared Function DecryptKey ( _ passPhrase As Char(), _ encInfo As EncryptedPrivateKeyInfo _ ) As AsymmetricKeyParameter |
Visual C++ |
---|
public: static AsymmetricKeyParameter^ DecryptKey( array<wchar_t>^ passPhrase, EncryptedPrivateKeyInfo^ encInfo ) |
Parameters
- passPhrase
- Type: array<System..::..Char>[]()[][]