6 references to properties
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1327
foreach (KeyValuePair<string, ExtensionCacheValue> kvp in cacheValues.
properties
)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
978
foreach (KeyValuePair<string, ExtensionCacheValue> kvp in ec.
properties
)
System\DirectoryServices\AccountManagement\Principal.cs (4)
701
_extensionCache.
properties
[attribute] = new ExtensionCacheValue((object[])value);
703
_extensionCache.
properties
[attribute] = new ExtensionCacheValue(new object[] { value });
716
_extensionCache.
properties
[attribute] = new ExtensionCacheValue((object[])value, objectType, mt);
718
_extensionCache.
properties
[attribute] = new ExtensionCacheValue(new object[] { value }, objectType, mt);