Table of Contents

Enum SignatureType

Namespace
NuGet.Packaging.Signing
Assembly
Chocolatey.NuGet.Packaging.dll

Indicates author or repository signing.

public enum SignatureType

Fields

Author = 1

Signed by the author.

Repository = 2

Signed by the repository.

Unknown = 0

Default unknown value.