Initializes a new instance of the PgpSecretKeyRing class
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public PgpSecretKeyRing( byte[] encoding )  | 
| Visual Basic | 
|---|
Public Sub New ( _ encoding As Byte() _ )  | 
| Visual C++ | 
|---|
public: PgpSecretKeyRing( array<unsigned char>^ encoding )  | 
Parameters
- encoding
 - Type: array<System..::..Byte>[]()[][]