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