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