4 references to Package
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
73
get => _instance.
Package
;
System.Net.Security (3)
System\Net\Security\NegotiateAuthentication.cs (2)
129
!string.Equals(
Package
, NegotiationInfoClass.NTLM) &&
194
return new GenericIdentity(TargetName ?? string.Empty,
Package
);
System\Net\Security\NegotiateStream.cs (1)
794
isNtlm = string.Equals(_context.
Package
, NegotiationInfoClass.NTLM);