Initializes a new instance of the DHKeyParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected DHKeyParameters( bool isPrivate, DHParameters parameters ) |
| Visual Basic |
|---|
Protected Sub New ( _ isPrivate As Boolean, _ parameters As DHParameters _ ) |
| Visual C++ |
|---|
protected: DHKeyParameters( bool isPrivate, DHParameters^ parameters ) |
Parameters
- isPrivate
- Type: System..::..Boolean
- parameters
- Type: Org.BouncyCastle.Crypto.Parameters..::..DHParameters