1 write to _spn
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
629
case SPNKey:
_spn
= (String)value; authSet = true; break;
1 reference to _spn
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
289
negoClient.AuthenticateAsClient(credentials,
_spn
, _protectionLevel, _tokenImpersonationLevel);