Initializes a new instance of the AsymmetricKeyParameter class
Namespace: Org.BouncyCastle.CryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public AsymmetricKeyParameter( bool privateKey )  | 
| Visual Basic | 
|---|
Public Sub New ( _ privateKey As Boolean _ )  | 
| Visual C++ | 
|---|
public: AsymmetricKeyParameter( bool privateKey )  | 
Parameters
- privateKey
 - Type: System..::..Boolean