7 references to SingleScalarFromDirectoryEntry
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
862
SDSUtils.
SingleScalarFromDirectoryEntry
<string>(properties, suggestedAdProperty, p, propertyName);
873
SDSUtils.
SingleScalarFromDirectoryEntry
<bool>(properties, suggestedAdProperty, p, propertyName);
921
SDSUtils.
SingleScalarFromDirectoryEntry
<int>(properties, suggestedAdProperty, p, propertyName);
926
SDSUtils.
SingleScalarFromDirectoryEntry
<byte[]>(properties, suggestedAdProperty, p, propertyName);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
777
SDSUtils.
SingleScalarFromDirectoryEntry
<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);