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