3 references to Package
System.Net.Security (3)
System\Net\Security\NegotiateAuthentication.cs (1)
178return 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. 796isNtlm = string.Equals(_context.Package, NegotiationInfoClass.NTLM);