Initializes a new instance of the PgpKeyPair class
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpKeyPair( PublicKeyAlgorithmTag algorithm, AsymmetricCipherKeyPair keyPair, DateTime time ) |
Visual Basic |
---|
Public Sub New ( _ algorithm As PublicKeyAlgorithmTag, _ keyPair As AsymmetricCipherKeyPair, _ time As DateTime _ ) |
Visual C++ |
---|
public: PgpKeyPair( PublicKeyAlgorithmTag algorithm, AsymmetricCipherKeyPair^ keyPair, DateTime time ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..PublicKeyAlgorithmTag
- keyPair
- Type: Org.BouncyCastle.Crypto..::..AsymmetricCipherKeyPair
- time
- Type: System..::..DateTime