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

Syntax

C#
public class PgpDataValidationException : PgpException
Visual Basic
Public Class PgpDataValidationException _
	Inherits PgpException
Visual C++
public ref class PgpDataValidationException : public PgpException

Remarks

Thrown if the IV at the start of a data stream indicates the wrong key is being used.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Org.BouncyCastle.Bcpg.OpenPgp..::..PgpException
      Org.BouncyCastle.Bcpg.OpenPgp..::..PgpDataValidationException

See Also