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