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.Merger
- 집회 GroupDocs.Merger