1 reference to TrustedSignerLogCertificateSummaryUnallowUntrustedRoot
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
243
var summaryAllowUntrustedRoot = (cert.AllowUntrustedRoot) ? Strings.TrustedSignerLogCertificateSummaryAllowUntrustedRoot : Strings.
TrustedSignerLogCertificateSummaryUnallowUntrustedRoot
;