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.