Overview
The 'Utility - RSA Decryption' utility action for Power Automate decrypts a plain text value (string) using the RSA decryption configuration set.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Parameters
The default 'Utility - RSA Decryption' flow action parameters are detailed below:
- Data: The cipher (string) to decrypt
- Input Type: Set the data format of the encrypted string
- Mode: Set the RSA encryption algorithm
- Key Type: Set the type of key used within the algorithm
- Key: Set the key used within the algorithm
Return Parameters
Action Specific Return Values
- Result - The decrypted value
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments