Compartir a través de


ADObjectId Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ADObjectId class.

Overload List

  Name Description
Public method ADObjectId() Initializes a new instance of the ADObjectId class with an empty distinguished name and GUID.
Public method ADObjectId(AdName) Initializes a new instance of the ADObjectId class with the specified distinguished name.
Public method ADObjectId([]) Initializes a new instance of the ADObjectId class from the specified byte array.
Public method ADObjectId([], Encoding) Initializes a new instance of the ADObjectId class from the specified byte array in the specified encoding.
Public method ADObjectId(Guid) Initializes a new instance of the ADObjectId class from the specified GUID.
Public method ADObjectId(String) Initializes a new instance of the ADObjectId class from the specified string.
Public method ADObjectId(String, Guid) Initializes a new instance of the ADObjectId class from the specified string.

Top