ADObjectId Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ADObjectId class.
Overload List
Name | Description | |
---|---|---|
![]() |
ADObjectId() | Initializes a new instance of the ADObjectId class with an empty distinguished name and GUID. |
![]() |
ADObjectId(AdName) | Initializes a new instance of the ADObjectId class with the specified distinguished name. |
![]() |
ADObjectId([]) | Initializes a new instance of the ADObjectId class from the specified byte array. |
![]() |
ADObjectId([], Encoding) | Initializes a new instance of the ADObjectId class from the specified byte array in the specified encoding. |
![]() |
ADObjectId(Guid) | Initializes a new instance of the ADObjectId class from the specified GUID. |
![]() |
ADObjectId(String) | Initializes a new instance of the ADObjectId class from the specified string. |
![]() |
ADObjectId(String, Guid) | Initializes a new instance of the ADObjectId class from the specified string. |
Top