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
Property Value
- string
NotAfter
DateTimeOffset NotAfter { get; }
Property Value
- DateTimeOffset
NotBefore
DateTimeOffset NotBefore { get; }
Property Value
- DateTimeOffset
Subject
Property Value
- string