Decode Method
Decodes a license key
public static ArmDot.Api.Keys.LicenseKey Decode(string key, byte[] modulus, byte[] publicExponent);Parameters
| Name | Type | Description |
|---|---|---|
key | string | A license key |
modulus | byte[] | A modulus that has been used for license key generation |
publicExponent | byte[] | A public exponent that has been used for license key generation |