Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.07 KB

s-object-dn-binary.md

File metadata and controls

55 lines (39 loc) · 2.07 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_type ms.topic ms.date
Object(DN-Binary) syntax
An octet string that contains a binary value and a distinguished name (DN).
1d7efc17-a99a-41bf-9812-9e8a2b2b6644
multiple
Object(DN-Binary) syntax AD Schema
apiref
Object(DN-Binary)
Schema
reference
05/31/2018

Object(DN-Binary) syntax

An octet string that contains a binary value and a distinguished name (DN).

Entry Value
Name Object(DN-Binary)
Syntax ID 2.5.5.7
OM ID 127
MAPI Type TSTRING
ADS Type ADSTYPE_DN_WITH_BINARY
Variant Type VT_DISPATCH
SDS Type A COM object that can be cast to an IADsDNWithBinary.

Remarks

A value with this syntax has the following format:

B:<char count>:<binary value>:<object DN>

where "<char count>" is the number of hexadecimal digits in "<binary value>", "<binary value>" is the hexadecimal representation of the binary value, and "<object DN>" is a distinguished name. Active Directory automatically updates the DN if the object that it refers to is moved or renamed. For more information and a code example that uses this syntax, see Enabling Rename-safe Binding with the otherWellKnownObjects Property.

See also

IADsDNWithBinary