3 references to Tls10
System (3)
net\System\Net\_SecureChannel.cs (1)
761((m_ProtocolFlags & (SchProtocols.Tls10 | SchProtocols.Tls11 | SchProtocols.Tls12 | SchProtocols.Tls13)) != 0))
net\System\Net\_SSPIWrapper.cs (1)
796Ssl3Tls = (Ssl3 | Tls10),
net\System\Net\SecureProtocols\SslEnumTypes.cs (1)
28Tls = SchProtocols.Tls10,