1 write to SubjectName
NuGet.Commands (1)
SignCommand\SignCommandRunner.cs (1)
190
SubjectName
= signArgs.CertificateSubjectName,
2 references to SubjectName
NuGet.Commands (2)
SignCommand\CertificateProvider.cs (2)
213
else if (!string.IsNullOrEmpty(options.
SubjectName
))
215
resultCollection = store.Certificates.Find(X509FindType.FindBySubjectName, options.
SubjectName
, validOnly);