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