1 write to _spn
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
224
_spn
= clientOptions.TargetName;
6 references to _spn
System.Net.Security (6)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (6)
217
public override string? TargetName =>
_spn
;
228
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"package={clientOptions.Package}, spn={
_spn
}, requiredProtectionLevel={_protectionLevel}");
459
int spnSize =
_spn
!= null ? Encoding.Unicode.GetByteCount(
_spn
) : 0;
521
if (
_spn
!= null)
523
int bytesWritten = Encoding.Unicode.GetBytes(
_spn
, targetInfoBuffer.AsSpan(4 + targetInfoOffset));