DeleteToken()
Deletes a token and its corresponding ciphertext from the token vault.
Syntax
public void DeleteToken (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String token)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
naeUser | String | The Key Manager user with access to the AES and HMAC keys. |
naePassword | String | The Key Manager user’s password. |
dbUser | String | The database user with access to the token table. |
dbPswd | String | The database user’s password. |
tableName | String | The token table The name must be in CAPITAL LETTERS. |
token | String | A token. |