1 write to AllowInsecureConnections
NuGet.Configuration (1)
Settings\Items\SourceItem.cs (1)
76AllowInsecureConnections = allowInsecureConnections;
2 references to AllowInsecureConnections
NuGet.Configuration (2)
PackageSource\PackageSourceProvider.cs (1)
284if (bool.TryParse(setting.AllowInsecureConnections, out var allowInsecureConnections))
Settings\Items\SourceItem.cs (1)
91var newSetting = new SourceItem(Key, Value, ProtocolVersion, AllowInsecureConnections, DisableTLSCertificateValidation);