MeteredSetMeteredKey Method |
Sets metered public and private key.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic void SetMeteredKey(
string publicKey,
string privateKey
)
Public Sub SetMeteredKey (
publicKey As String,
privateKey As String
)
public:
void SetMeteredKey(
String^ publicKey,
String^ privateKey
)
member SetMeteredKey :
publicKey : string *
privateKey : string -> unit
Parameters
- publicKey
- Type: SystemString
The public key. - privateKey
- Type: SystemString
The private key.
See Also