1 write to _userStoreCtx
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
33
_userStoreCtx
= userStoreCtx;
2 references to _userStoreCtx
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
243
GroupPrincipal g = GroupPrincipal.MakeGroup(
_userStoreCtx
.OwningContext);
262
return
_userStoreCtx
.ConstructFakePrincipalFromSID(sid);