Table of Contents

Enum SignatureVerificationBehavior

Namespace
NuGet.Packaging.Signing
Assembly
Chocolatey.NuGet.Packaging.dll
public enum SignatureVerificationBehavior

Fields

Always = 3

Verify a signature always. If the signature is not present, it is an error.

IfExists = 1

Verify a signature if and only if it exists.

IfExistsAndIsNecessary = 2

Verify a signature if and only if it exists and is necessary (e.g.: trust evaluation of another signature depends on it).

Never = 0

Do not verify a signature.