Converts string DN to its BER-encoded representation.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function FromString ( _
	dn As String _
) As Byte()
C#
public static byte[] FromString(
	string dn
)

Parameters

dn
Type: System..::..String
String DN.

Return Value

BER-encoded DN.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also