9 references to SecurityProtocol
System (7)
net\System\Net\_FtpControlStream.cs (2)
199(SslProtocols)ServicePointManager.SecurityProtocol, 407(SslProtocols)ServicePointManager.SecurityProtocol,
net\System\Net\HttpWebRequest.cs (2)
5136SslProtocols = (SslProtocols)ServicePointManager.SecurityProtocol; 5271SslProtocols = (SslProtocols)ServicePointManager.SecurityProtocol;
net\System\Net\mail\smtpconnection.cs (3)
402(SslProtocols)ServicePointManager.SecurityProtocol, 926(SslProtocols)ServicePointManager.SecurityProtocol, 951(SslProtocols)ServicePointManager.SecurityProtocol,
System.ServiceModel (2)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
181var protocol = (SchProtocols)System.Net.ServicePointManager.SecurityProtocol & SchProtocols.ServerMask;
System\ServiceModel\Security\TlsnegoTokenProvider.cs (1)
84var protocol = (SchProtocols)System.Net.ServicePointManager.SecurityProtocol & SchProtocols.ClientMask;