3 references to DefaultAllowInsecureConnections
NuGet.Configuration (3)
PackageSource\PackageSource.cs (2)
109
public bool AllowInsecureConnections { get; set; } =
DefaultAllowInsecureConnections
;
170
if (AllowInsecureConnections !=
DefaultAllowInsecureConnections
)
PackageSource\PackageSourceProvider.cs (1)
289
return PackageSource.
DefaultAllowInsecureConnections
;