DisableCSEKeyPair
Turns off a client-side encryption key pair. The authenticated user can no longer use the key pair to decrypt incoming CSE message texts or sign outgoing CSE mail. To regain access, use the EnableCSEKeyPair stored procedure to turn on the key pair.
Input
| Name | Type | Required | Description |
| KeyPairId | String | True | The identifier of the key pair to turn off. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful or not. |