Table of Contents

Class CertificateHashAllowListEntry

Namespace
NuGet.Packaging.Signing
Assembly
Chocolatey.NuGet.Packaging.dll
public class CertificateHashAllowListEntry : VerificationAllowListEntry
Inheritance
CertificateHashAllowListEntry
Derived
Inherited Members

Constructors

CertificateHashAllowListEntry(VerificationTarget, SignaturePlacement, string, HashAlgorithmName)

public CertificateHashAllowListEntry(VerificationTarget target, SignaturePlacement placement, string fingerprint, HashAlgorithmName algorithm)

Parameters

target VerificationTarget
placement SignaturePlacement
fingerprint string
algorithm HashAlgorithmName

Properties

Fingerprint

public string Fingerprint { get; }

Property Value

string

FingerprintAlgorithm

public HashAlgorithmName FingerprintAlgorithm { get; }

Property Value

HashAlgorithmName

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int