Create Method
Overloads
| Name | Description |
|---|
public static ArmDot.Api.Keys.LicenseKey Create(string modulus, string privateExponent, string registrationName, string registrationEmail, System.DateTime? expirationDate, System.DateTime? maximumBuildDate, byte[] userData, string hardwareId); | Creates a new license key. |
public static ArmDot.Api.Keys.LicenseKey Create(byte[] modulus, byte[] privateExponent, string registrationName, string registrationEmail, System.DateTime? expirationDate, System.DateTime? maximumBuildDate, byte[] userData, string hardwareId); | Creates a new license key |
Creates a new license key.
public static ArmDot.Api.Keys.LicenseKey Create(string modulus, string privateExponent, string registrationName, string registrationEmail, System.DateTime? expirationDate, System.DateTime? maximumBuildDate, byte[] userData, string hardwareId);
Parameters
| Name | Type | Description |
|---|
modulus | string | A modulus that is used for license key generation |
privateExponent | string | A private exponent that is used for license key generation |
registrationName | string | A registration name that is used for license key generation |
registrationEmail | string | A registration email that is used for license key generation |
expirationDate | System.DateTime? | An expiration date that is used for license key generation |
maximumBuildDate | System.DateTime? | A maximum build date that is used for license key generation |
userData | byte[] | A user data that is used for license key generation |
hardwareId | string | A hardware id that is used for license key generation |
Creates a new license key
public static ArmDot.Api.Keys.LicenseKey Create(byte[] modulus, byte[] privateExponent, string registrationName, string registrationEmail, System.DateTime? expirationDate, System.DateTime? maximumBuildDate, byte[] userData, string hardwareId);
Parameters
| Name | Type | Description |
|---|
modulus | byte[] | A modulus that is used for license key generation |
privateExponent | byte[] | A private exponent that is used for license key generation |
registrationName | string | A registration name that is used for license key generation |
registrationEmail | string | A registration email that is used for license key generation |
expirationDate | System.DateTime? | An expiration date that is used for license key generation |
maximumBuildDate | System.DateTime? | A maximum build date that is used for license key generation |
userData | byte[] | A user data that is used for license key generation |
hardwareId | string | A hardware id that is used for license key generation |