1 write to _spn
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
187_spn = clientOptions.TargetName;
6 references to _spn
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.Unix.cs (6)
119if (_isServer && _spn == null) 124return _spn; 194if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 208if (string.IsNullOrEmpty(_spn)) 242if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 277_spn,