2 references to ClientMask
System (2)
net\System\Net\_SecureChannel.cs (1)
104
m_ProtocolFlags = (protocolFlags & SchProtocols.
ClientMask
);
net\System\Net\SecureProtocols\_SslState.cs (1)
161
enabledSslProtocols &= (SslProtocols)SchProtocols.
ClientMask
;