1 write to StoreLocation
NuGet.Commands (1)
SignCommand\SignCommandRunner.cs (1)
188
StoreLocation
= signArgs.CertificateStoreLocation,
1 reference to StoreLocation
NuGet.Commands (1)
SignCommand\CertificateProvider.cs (1)
181
using var store = new X509Store(options.StoreName, options.
StoreLocation
);