ADObjectId constructor
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(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([], Encoding) | Initializes a new instance of the ADObjectId class from the specified byte array in the specified encoding. | |
ADObjectId(Guid, Guid) | ||
ADObjectId(String, Guid) | Initializes a new instance of the ADObjectId class from the specified string. | |
ADObjectId(String, Guid, Guid) |
Top