public final class Metered extends Object
| Constructor and Description |
|---|
Metered()
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getProductName()
Gets product name
|
static boolean |
isMeteredLicensed()
Check whether metered is licensed
|
void |
setMeteredKey(String publicKey,
String privateKey)
Sets metered public and private key
|
public void setMeteredKey(String publicKey, String privateKey)
publicKey - public keyprivateKey - private keycom.aspose.ms.System.ArgumentNullException - if publicKey is null or privateKey is null or publicKey is empty or privateKey is emptycom.aspose.ms.System.InvalidOperationException - Authentication failed.public static String getProductName()
public static boolean isMeteredLicensed()
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.