C# (CSharp) ZeroInstall.Store.Trust Namespace

Сlasses

Name Description
BadSignature Represents a bad signature (i.e., the message has been tampered with).
BouncyCastle
ErrorSignature Represents a signature that could not be validated for some reason.
GnuPG Provides access to the signature functions of GnuPG.
GnuPG.CliControl Manages the interaction with the command-line interface of the external process.
MissingKeySignature Represents a signature that could not yet be verified because the key is missing. Use IOpenPgp.ImportKey to import the key and then retry.
OpenPgpExtensions Provides extension methods for IOpenPgp implementations.
OpenPgpFactory Creates IOpenPgp instances.
OpenPgpSignature Represents a signature checked by an IOpenPgp implementation.
OpenPgpUtils Helper methods for IKeyIDContainer and IFingerprintContainer.
OpenPgpUtilsTest
SignatureException
TrustDBTest
ValidSignature Represents a valid signature.
WrongPassphraseException