1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. Metered
  8. /
  9. SetMeteredKey

SetMeteredKey

Metered.SetMeteredKey method

Sets metered public and private key.

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

See Also