2 references to AllowInsecureConnections
NuGet.Configuration (2)
Settings\Items\SourceItem.cs (2)
28
if (Attributes.TryGetValue(ConfigurationConstants.
AllowInsecureConnections
, out var attribute))
35
set => AddOrUpdateAttribute(ConfigurationConstants.
AllowInsecureConnections
, value);