4 references to ADSTYPE_OCTET_STRING
System.DirectoryServices (4)
Interop\AdsValueHelper2.cs (1)
189case AdsType.ADSTYPE_OCTET_STRING:
System\DirectoryServices\DirectoryEntry.cs (3)
1087UnsafeNativeMethods.IAdsPropertyEntry propertyEntry = (UnsafeNativeMethods.IAdsPropertyEntry)list.GetPropertyItem(SecurityDescriptorProperty, (int)AdsType.ADSTYPE_OCTET_STRING); 1140sDValue.ADsType = (int)AdsType.ADSTYPE_OCTET_STRING; 1146newSDEntry.ADsType = (int)AdsType.ADSTYPE_OCTET_STRING;