2 writes to SecurityContext
System (2)
net\System\Net\_AuthenticationState.cs (2)
59SecurityContext = securityContext; 403SecurityContext = null;
6 references to SecurityContext
System (6)
net\System\Net\_AuthenticationState.cs (6)
53GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::GetSecurityContext(" + module.AuthenticationType + ") returning NTAuthentication#" + ValidationHelper.HashString((object)module==(object)Module ? SecurityContext : null)); 54return (object)module==(object)Module ? SecurityContext : null; 58GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::SetSecurityContext(" + module.AuthenticationType + ") was NTAuthentication#" + ValidationHelper.HashString(SecurityContext) + " now NTAuthentication#" + ValidationHelper.HashString(securityContext)); 400GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::ClearSession() NTAuthentication#" + ValidationHelper.HashString(SecurityContext)); 401if (SecurityContext!=null) { 402SecurityContext.CloseContext();