POST api/admin/decrypt

Decrypts the given string.

Request Information

URI Parameters

None.

Body Parameters

An encrypted string.

string

Request Formats

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/json, text/json

Sample:
"sample string 1"

Response Information

Resource Description

The decrypted version of the string.

string

Response Formats

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/json, text/json

Sample:
"sample string 1"