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