1 write to _spn
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
180_spn = clientOptions.TargetName;
6 references to _spn
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.Unix.cs (6)
112if (_isServer && _spn == null) 117return _spn; 187if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 201if (string.IsNullOrEmpty(_spn)) 235if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 270_spn,