8 references to dSPropertyCollection
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\ADDNConstraintLinkedAttrSet.cs (1)
116
resultPropCollection = new
dSPropertyCollection
(((DirectoryEntry)this.current).Properties);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
365
props = new
dSPropertyCollection
(de.Properties);
420
entry.ldapToPapiConverter(new
dSPropertyCollection
(de.Properties), entry.suggestedADPropertyName, p, entry.propertyName);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (5)
777
SDSUtils.SingleScalarFromDirectoryEntry<string>(new
dSPropertyCollection
(de.Properties), suggestedWinNTProperty, p, propertyName);
803
SDSUtils.MultiScalarFromDirectoryEntry<string>(new
dSPropertyCollection
(de.Properties), suggestedWinNTProperty, p, propertyName);
808
SDSUtils.SingleScalarFromDirectoryEntry<int>(new
dSPropertyCollection
(de.Properties), suggestedWinNTProperty, p, propertyName);
813
SDSUtils.SingleScalarFromDirectoryEntry<byte[]>(new
dSPropertyCollection
(de.Properties), suggestedWinNTProperty, p, propertyName);
893
SDSUtils.AccountControlFromDirectoryEntry(new
dSPropertyCollection
(de.Properties), suggestedWinNTProperty, p, propertyName, true);