4 references to Package
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
57
get => _instance.
Package
;
System.Net.Security (3)
System\Net\Security\NegotiateAuthentication.cs (1)
178
return new GenericIdentity(TargetName ?? string.Empty,
Package
);
System\Net\Security\NegotiateStream.cs (2)
226
!string.Equals(_context.
Package
, NegotiationInfoClass.NTLM) && // suppressing for NTLM since SSPI does not return correct value in the context flags.
788
isNtlm = string.Equals(_context.
Package
, NegotiationInfoClass.NTLM);