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);

또한보십시오