6 references to MakeGroup
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (4)
41
p = GroupPrincipal.
MakeGroup
(owningContext);
57
p = GroupPrincipal.
MakeGroup
(owningContext);
99
p = GroupPrincipal.
MakeGroup
(owningContext);
115
p = GroupPrincipal.
MakeGroup
(owningContext);
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
243
GroupPrincipal g = GroupPrincipal.
MakeGroup
(_userStoreCtx.OwningContext);
System\DirectoryServices\AccountManagement\Utils.cs (1)
692
GroupPrincipal g = GroupPrincipal.
MakeGroup
(ctx);