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