ADObjectId.GetBytes Method
Include Protected Members
Include Inherited Members
Returns a serialized representation of the Active Directory object identity.
Overload List
Name | Description | |
---|---|---|
GetBytes() | Returns a serialized representation of the Active Directory object identity encoded in Unicode. (Overrides ObjectId.GetBytes().) | |
GetBytes(Encoding) | Returns a serialized representation of the Active Directory object identity in the specified character encoding. |
Top