This exception is thrown when a bad passphrase is given resulting in an error condition when running the GPG.EXE program.

Namespace: Starksoft.Cryptography.OpenPGP
Assembly:  Starksoft.Cryptography.OpenPGP (in Starksoft.Cryptography.OpenPGP.dll)

Syntax

C#
[SerializableAttribute]
public class GnuPGBadPassphraseException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GnuPGBadPassphraseException _
	Inherits Exception

Inheritance Hierarchy

System..::Object
  System..::Exception
    Starksoft.Cryptography.OpenPGP..::GnuPGBadPassphraseException

See Also