1 write to _protectionLevel
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
624case ProtectionLevelKey: _protectionLevel = (ProtectionLevel)(value is ProtectionLevel ? value :
2 references to _protectionLevel
System.Runtime.Remoting (2)
channels\tcp\tcpclientchannel.cs (2)
289negoClient.AuthenticateAsClient(credentials, _spn, _protectionLevel, _tokenImpersonationLevel); 579return _protectionLevel.ToString();