8 references to WDigest
System (8)
net\System\Net\_DigestClient.cs (2)
41_WDigestAvailable = SSPIWrapper.GetVerifyPackageInfo(GlobalSSPI.SSPIAuth, NegotiationInfoClass.WDigest)!=null; 350NegotiationInfoClass.WDigest,
net\System\Net\_NTAuthentication.cs (1)
552AuthIdentity authIdentity = new AuthIdentity(username, credential.InternalGetPassword(), (object)package == (object)NegotiationInfoClass.WDigest && (domain == null || domain.Length == 0)? null: domain);
net\System\Net\_SSPIWrapper.cs (2)
910else if (string.Compare(name, WDigest, StringComparison.OrdinalIgnoreCase)==0) { 911AuthenticationPackage = WDigest;
net\System\Net\HttpListener.cs (3)
1558context = new NTAuthentication(true, NegotiationInfoClass.WDigest, null, 2252context = new NTAuthentication(true, NegotiationInfoClass.WDigest, null, 2777if (m_Session.Package == NegotiationInfoClass.WDigest)