Add a subkey to the key ring to be generated with default certification.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void AddSubKey( PgpKeyPair keyPair ) |
| Visual Basic |
|---|
Public Sub AddSubKey ( _ keyPair As PgpKeyPair _ ) |
| Visual C++ |
|---|
public: void AddSubKey( PgpKeyPair^ keyPair ) |
Parameters
- keyPair
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpKeyPair