Implemented interface member:
property
ContentUrl
NuGet.Packaging.Core.IRepositoryCertificateInfo.ContentUrl
1 write to ContentUrl
NuGet.Protocol (1)
Model\RepositoryCertificateInfo.cs (1)
56
ContentUrl
= contentUrl ?? throw new System.Text.Json.JsonException(string.Format(CultureInfo.CurrentCulture, Strings.Error_RequiredJsonPropertyMissing, JsonProperties.ContentUrl));
2 references to ContentUrl
NuGet.Protocol (2)
_generated\30\RepositorySignatureJsonContext.RepositoryCertificateInfo.g.cs (1)
166
Getter = static obj => ((global::NuGet.Protocol.RepositoryCertificateInfo)obj).
ContentUrl
,
Resources\RepositorySignatureResource.cs (1)
58
if (!Uri.TryCreate(cert.
ContentUrl
, UriKind.Absolute, out Uri contentUrl)