1 write to _protectionLevel
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
109case "protectionLevel": _protectionLevel = (ProtectionLevel)(entry.Value is ProtectionLevel ? entry.Value :
1 reference to _protectionLevel
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
503negoServer.AuthenticateAsServer((NetworkCredential)CredentialCache.DefaultCredentials, _protectionLevel, impLevel);