5 writes to Module
System (5)
net\System\Net\_AuthenticationManager2.cs (2)
83
httpWebRequest.CurrentAuthenticationState.
Module
= authenticationModule;
176
httpWebRequest.CurrentAuthenticationState.
Module
= authenticationModule;
net\System\Net\_AuthenticationManagerDefault.cs (2)
210
httpWebRequest.CurrentAuthenticationState.
Module
= authenticationModule;
305
httpWebRequest.CurrentAuthenticationState.
Module
= authenticationModule;
net\System\Net\_AuthenticationState.cs (1)
411
Module
= null;
13 references to Module
System (13)
net\System\Net\_AuthenticationManager2.cs (2)
65
if (httpWebRequest != null && httpWebRequest.CurrentAuthenticationState.
Module
!= null)
68
httpWebRequest.CurrentAuthenticationState.
Module
.Authenticate(challenge, request, credentials);
net\System\Net\_AuthenticationManagerDefault.cs (2)
187
if (httpWebRequest != null && httpWebRequest.CurrentAuthenticationState.
Module
!= null)
189
response = httpWebRequest.CurrentAuthenticationState.
Module
.Authenticate(challenge, request, credentials);
net\System\Net\_AuthenticationState.cs (8)
53
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::GetSecurityContext(" + module.AuthenticationType + ") returning NTAuthentication#" + ValidationHelper.HashString((object)module==(object)
Module
? SecurityContext : null));
54
return (object)module==(object)
Module
? SecurityContext : null;
344
ISessionAuthenticationModule myModule =
Module
as ISessionAuthenticationModule;
353
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::Update() Complete:" + Authorization.Complete.ToString() + " Module:" + ValidationHelper.ToString(
Module
) + " challenge:" + ValidationHelper.ToString(challenge));
391
if (httpWebRequest.PreAuthenticate &&
Module
!= null && Authorization.Complete &&
Module
.CanPreAuthenticate && httpWebRequest.ResponseStatusCode != StatusCodeMatch) {
393
AuthenticationManager.BindModule(ChallengedUri, Authorization,
Module
);
410
ISessionAuthenticationModule myModule =
Module
as ISessionAuthenticationModule;
net\System\Net\_Connection.cs (1)
2262
&& (request.CurrentAuthenticationState == null || request.CurrentAuthenticationState.
Module
== null)))