Exception that indicates that a public key has not been found in a supplied file/stream parameter or KeyStore.

Namespace: DidiSoft.Pgp.Exceptions
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public class WrongPublicKeyException : PGPException
Visual Basic
Public Class WrongPublicKeyException _
	Inherits PGPException
Visual C++
public ref class WrongPublicKeyException : public PGPException

Remarks

Introduced in version 1.7

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    PgpException
      DidiSoft.Pgp..::..PGPException
        DidiSoft.Pgp.Exceptions..::..WrongPublicKeyException

See Also