Table of Contents

Class Fingerprints

Namespace
NuGet.Packaging.Core
Assembly
Chocolatey.NuGet.Packaging.dll
public class Fingerprints
Inheritance
Fingerprints
Inherited Members

Constructors

Fingerprints(IDictionary<string, string>)

public Fingerprints(IDictionary<string, string> fingerPrints)

Parameters

fingerPrints IDictionary<string, string>

Properties

this[string]

public string this[string key] { get; }

Parameters

key string

Property Value

string

Methods

GetEnumerator()

public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, string>>