2 writes to SecurityContext
System (2)
net\System\Net\_AuthenticationState.cs (2)
59
SecurityContext
= securityContext;
403
SecurityContext
= null;
6 references to SecurityContext
System (6)
net\System\Net\_AuthenticationState.cs (6)
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;
58
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::SetSecurityContext(" + module.AuthenticationType + ") was NTAuthentication#" + ValidationHelper.HashString(
SecurityContext
) + " now NTAuthentication#" + ValidationHelper.HashString(securityContext));
400
GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::ClearSession() NTAuthentication#" + ValidationHelper.HashString(
SecurityContext
));
401
if (
SecurityContext
!=null) {
402
SecurityContext
.CloseContext();