Creates an instance of distinguished name from an ASN.1 block.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ dn As Byte() _ ) |
| C# |
|---|
public DistinguishedName( byte[] dn ) |
Parameters
- dn
- Type: array<System..::..Byte>[]()[][]
ASN.1 block.