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