SetMeteredKey
Leave feedback
On this page
Activates product with Metered keys.
public void SetMeteredKey(string publicKey, string privateKey)
| Parameter | Type | Description |
|---|---|---|
| publicKey | String | The public key. |
| privateKey | String | The private key. |
Following example demonstrates how to activate product with Metered keys.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
- class Metered
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.