5 references to AllowUntrustedRoot
NuGet.Configuration (5)
Settings\Items\CertificateItem.cs (5)
48
if (bool.TryParse(Attributes[ConfigurationConstants.
AllowUntrustedRoot
], out var parsedAttribute))
55
set => UpdateAttribute(ConfigurationConstants.
AllowUntrustedRoot
, value.ToString(CultureInfo.CurrentCulture).ToLower(CultureInfo.InvariantCulture));
59
= new HashSet<string>(new[] { ConfigurationConstants.Fingerprint, ConfigurationConstants.HashAlgorithm, ConfigurationConstants.
AllowUntrustedRoot
});
76
AddAttribute(ConfigurationConstants.
AllowUntrustedRoot
, allowUntrustedRoot.ToString(CultureInfo.CurrentCulture).ToLower(CultureInfo.InvariantCulture));
91
UpdateAttribute(ConfigurationConstants.
AllowUntrustedRoot
, AllowUntrustedRoot.ToString(CultureInfo.CurrentCulture).ToLower(CultureInfo.InvariantCulture));