Generate a certification for the passed in key against the passed in master key.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpSignature GenerateCertification( PgpPublicKey masterKey, PgpPublicKey pubKey ) |
Visual Basic |
---|
Public Function GenerateCertification ( _ masterKey As PgpPublicKey, _ pubKey As PgpPublicKey _ ) As PgpSignature |
Visual C++ |
---|
public: PgpSignature^ GenerateCertification( PgpPublicKey^ masterKey, PgpPublicKey^ pubKey ) |
Parameters
- masterKey
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPublicKey
The key we are certifying against.
- pubKey
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPublicKey
The key we are certifying.