SetMeteredKey
Metered.SetMeteredKey method
मीटर की गई चाबियों के साथ उत्पाद को सक्रिय करता है.
public void SetMeteredKey(string publicKey, string privateKey)
पैरामीटर | प्रकार | विवरण |
---|---|---|
publicKey | String | सार्वजनिक कुंजी। |
privateKey | String | निजी कुंजी। |
उदाहरण
निम्न उदाहरण प्रदर्शित करता है कि मीटर की गई कुंजियों के साथ उत्पाद को कैसे सक्रिय किया जाए.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
यह सभी देखें
- class Metered
- नाम स्थान GroupDocs.Editor
- सभा GroupDocs.Editor