Method ToBase32
ToBase32(Byte[])
Converts a raw secret (in byte array form) to a base 32 string.
Declaration
public static string ToBase32(byte[] secret)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | secret | A byte array containing the secret to convert. |
Returns
| Type | Description |
|---|---|
| System.String | A string containing the base 32 encoded version of the secret. |