3 instantiations of ADDNConstraintLinkedAttrSet
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
1326
resultSet = new
ADDNConstraintLinkedAttrSet
(
1339
resultSet = new
ADDNConstraintLinkedAttrSet
(
1504
resultSet = new
ADDNConstraintLinkedAttrSet
(ADDNConstraintLinkedAttrSet.ConstraintType.ContainerStringMatch, this.ctxBase.Properties["distinguishedName"].Value, principalDN, new IEnumerable[] { memberOf }, primaryGroupDN, null, false, this);
4 references to ADDNConstraintLinkedAttrSet
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
1150
ADDNConstraintLinkedAttrSet
.ResultValidator resultValidator = null;
1327
ADDNConstraintLinkedAttrSet
.ConstraintType.ResultValidatorDelegateMatch,
1340
ADDNConstraintLinkedAttrSet
.ConstraintType.ResultValidatorDelegateMatch,
1504
resultSet = new ADDNConstraintLinkedAttrSet(
ADDNConstraintLinkedAttrSet
.ConstraintType.ContainerStringMatch, this.ctxBase.Properties["distinguishedName"].Value, principalDN, new IEnumerable[] { memberOf }, primaryGroupDN, null, false, this);