Table of Contents

Class GetPackageHashRequest

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class GetPackageHashRequest
Inheritance
GetPackageHashRequest
Inherited Members
Extension Methods

Constructors

GetPackageHashRequest(string, string, string, string)

public GetPackageHashRequest(string packageSourceRepository, string packageId, string packageVersion, string hashAlgorithm)

Parameters

packageSourceRepository string
packageId string
packageVersion string
hashAlgorithm string

Properties

HashAlgorithm

public string HashAlgorithm { get; }

Property Value

string

PackageId

public string PackageId { get; }

Property Value

string

PackageSourceRepository

public string PackageSourceRepository { get; }

Property Value

string

PackageVersion

public string PackageVersion { get; }

Property Value

string