Decode Method

Decodes a license key

public static ArmDot.Api.Keys.LicenseKey Decode(string key, byte[] modulus, byte[] publicExponent);

Parameters

NameTypeDescription
keystringA license key
modulusbyte[]A modulus that has been used for license key generation
publicExponentbyte[]A public exponent that has been used for license key generation