2 references to ServerMask
System (2)
net\System\Net\_SecureChannel.cs (1)
102m_ProtocolFlags = (protocolFlags & SchProtocols.ServerMask);
net\System\Net\SecureProtocols\_SslState.cs (1)
156enabledSslProtocols &= (SslProtocols)SchProtocols.ServerMask;