1 write to _spn
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
182_spn = clientOptions.TargetName;
6 references to _spn
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.Unix.cs (6)
114if (_isServer && _spn == null) 119return _spn; 189if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 203if (string.IsNullOrEmpty(_spn)) 237if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 272_spn,