4 references to None
System (2)
net\System\Net\SecureProtocols\_SslState.cs (1)
352return SslProtocols.None;
net\System\Net\ServicePointManager.cs (1)
273Debug.Assert((int)SecurityProtocolType.SystemDefault == (int)SslProtocols.None);
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDefaults.cs (1)
222return System.Security.Authentication.SslProtocols.None;
System\ServiceModel\Security\SecurityUtils.cs (1)
113SslProtocols allValues = SslProtocols.None;