2 writes to _ObjAzApplication
System.Web (2)
Security\AuthStoreRoleProvider.cs (2)
617
_ObjAzApplication
= CallMethod(_ObjAzAuthorizationStoreClass, "OpenApplication2", args);
621
_ObjAzApplication
= CallMethod(_ObjAzAuthorizationStoreClass, "OpenApplication", args);
10 references to _ObjAzApplication
System.Web (10)
Security\AuthStoreRoleProvider.cs (10)
169
object role = CallMethod(_ObjAzScope != null ? _ObjAzScope :
_ObjAzApplication
, "CreateRole", args);
217
CallMethod(_ObjAzScope != null ? _ObjAzScope :
_ObjAzApplication
, "DeleteRole", args);
221
CallMethod(_ObjAzScope != null ? _ObjAzScope :
_ObjAzApplication
, "Submit", args);
427
object objAllRoles = CallProperty(_ObjAzScope != null ? _ObjAzScope :
_ObjAzApplication
, "Roles", null);
623
if (
_ObjAzApplication
== null)
629
_ObjAzScope = CallMethod(
_ObjAzApplication
, "OpenScope", args);
689
return CallMethod(
_ObjAzApplication
, "InitializeClientContextFromToken2", args);
696
return CallMethod(
_ObjAzApplication
, "InitializeClientContextFromToken", args);
715
return CallMethod(
_ObjAzApplication
, "InitializeClientContextFromName", args);
821
return CallMethod(_ObjAzScope != null ? _ObjAzScope :
_ObjAzApplication
, "OpenRole", args);