BerConverter Class
.NET Framework (current version)
The BerConverter class encodes and decodes structured data using basic encoding rules (BER).
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Decode(String^, array<Byte>^) | The Decode method decodes a binary representation of the data, using BER, to retrieve structured data. |
![]() ![]() | Encode(String^, array<Object^>^) | The Encode method encodes structured data, using BER, to retrieve a binary representation of the data. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
.NET Framework
Available since 2.0
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

