Add a subkey to the key ring to be generated with default certification.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: 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
)

See Also