Converts BER-encoded representation of DN to its string representation.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function ToString ( _ dn As Byte() _ ) As String |
C# |
---|
public static string ToString( byte[] dn ) |
Parameters
- dn
- Type: array<System..::..Byte>[]()[][]
BER-encoded DN.