Table of Contents

Interface IRepositoryCertificateInfo

Namespace
NuGet.Packaging.Core
Assembly
Chocolatey.NuGet.Packaging.dll
public interface IRepositoryCertificateInfo

Properties

ContentUrl

string ContentUrl { get; }

Property Value

string

Fingerprints

Fingerprints Fingerprints { get; }

Property Value

Fingerprints

Issuer

string Issuer { get; }

Property Value

string

NotAfter

DateTimeOffset NotAfter { get; }

Property Value

DateTimeOffset

NotBefore

DateTimeOffset NotBefore { get; }

Property Value

DateTimeOffset

Subject

string Subject { get; }

Property Value

string