2 overrides of CanGroupBeCleared
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1865
internal override bool
CanGroupBeCleared
(GroupPrincipal g, out string explanationForFailure)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
781
internal override bool
CanGroupBeCleared
(GroupPrincipal g, out string explanationForFailure)
1 reference to CanGroupBeCleared
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (1)
331
if ((storeCtxToUse != null) && (!storeCtxToUse.
CanGroupBeCleared
(_owningGroup, out explanation)))