Verify a key certification, such as revocation, for the passed in key.

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

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.

Return Value

True, if the certification is valid, false otherwise.

Collapse imageSee Also