SetMeteredKey

Metered.SetMeteredKey method

Enables metered licensing for the component by specifying appropriate public and private metered keys.

public void SetMeteredKey(string publicKey, string privateKey)
Parameter Type Description
publicKey String The public metered key.
privateKey String The private metered key.

See Also