Extract a PgpPrivateKey from this secret key's encrypted contents.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpPrivateKey ExtractPrivateKey( char[] passPhrase ) |
Visual Basic |
---|
Public Function ExtractPrivateKey ( _ passPhrase As Char() _ ) As PgpPrivateKey |
Visual C++ |
---|
public: PgpPrivateKey^ ExtractPrivateKey( array<wchar_t>^ passPhrase ) |
Parameters
- passPhrase
- Type: array<System..::..Char>[]()[][]