5 references to ADSTYPE_PROV_SPECIFIC
System.DirectoryServices (5)
Interop\AdsValueHelper2.cs (2)
190case AdsType.ADSTYPE_PROV_SPECIFIC: 268case AdsType.ADSTYPE_PROV_SPECIFIC:
System\DirectoryServices\DirectorySearcher.cs (3)
786info.vValue = new AdsValueHelper(DirectorySynchronization!.GetDirectorySynchronizationCookie(), AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); 816info.vValue = new AdsValueHelper(sortKeyBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); 858info.vValue = new AdsValueHelper(vlvBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct();