2 implementations of V3ServiceIndexUrl
NuGet.Packaging (2)
Signing\Signatures\RepositoryCountersignature.cs (1)
18
public Uri
V3ServiceIndexUrl
{ get; }
Signing\Signatures\RepositoryPrimarySignature.cs (1)
16
public Uri
V3ServiceIndexUrl
{ get; }
1 reference to V3ServiceIndexUrl
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
128
v3ServiceIndex = repositorySignature.
V3ServiceIndexUrl
.AbsoluteUri;