DistinguishedName Constructor
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9313)
DistinguishedName(Byte[])
Creates an instance of distinguished name from an ASN.1 block.
Declaration
public DistinguishedName(byte[] dn)Parameters
| Type | Name | Description | 
|---|---|---|
| Byte[] | dn | ASN.1 block. | 
DistinguishedName(String)
Creates an instance of distinguished name from a DN string.
Declaration
public DistinguishedName(string dn)Parameters
| Type | Name | Description | 
|---|---|---|
| String | dn | DN string. |