DistinguishedName.ToString Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
ToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A DN string. |
Overrides
ToString(Byte[])
Converts BER-encoded representation of DN to its string representation.
Declaration
public static string ToString(byte[] dn)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | dn | BER-encoded DN. |
Returns
| Type | Description |
|---|---|
| String | String DN. |