Note: This can only be called after the message has been read.

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

Syntax

C#
public bool Verify()
Visual Basic
Public Function Verify As Boolean
Visual C++
public:
bool Verify()

Return Value

True, if the message verifies, false otherwise

See Also