SetMeteredKey
Metered.SetMeteredKey method
Ürünü Ölçümlü tuşlarla etkinleştirir.
public void SetMeteredKey(string publicKey, string privateKey)
Parametre | Tip | Tanım |
---|---|---|
publicKey | String | Genel bir anahtar. |
privateKey | String | özel anahtar |
Örnekler
Aşağıdaki örnek, ürünün Ölçülü tuşlarla nasıl etkinleştirileceğini gösterir.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
Ayrıca bakınız
- class Metered
- ad alanı GroupDocs.Parser
- toplantı GroupDocs.Parser