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.

Return Value

String DN.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also