Directory Services

IADsDNWithBinary

The IADsDNWithBinary interface provides methods for an ADSI client to associate a distinguished name (DN) with the GUID of an object.

Methods in Vtable Order

The IADsDNWithBinary interface inherits the methods of the standard COM interfaces:

In addition, IADsDNWithBinary defines the following methods.

Method Description
get_BinaryValue Retrieves the GUID value associated with a DN of an object.
put_BinaryValue Associates the GUID value of the object with a DN.
get_DNString Retrieves the DN of an object associated with a given GUID.
put_DNString Associates a DN with the GUID of an object.

Properties

The IADsDNWithBinary interface defines the following properties. The preceding table includes access methods for these properties.

Property Description
BinaryValue Retrieves or associates the GUID value associated with a DN of an object.
DNString Retrieves or associates the DN of an object associated with a given GUID.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsDNWithBinary Property Methods