Exception that indicates that a file is encrypted.

This exception is thrown when we want to verify that a file was not only signed but signed and encrypted.

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

Syntax

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

Remarks

Introduced in version 1.7

Inheritance Hierarchy

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

See Also