Search Results for

    Show / Hide Table of Contents

    Method DecryptString

    DecryptString(String, String)

    Decrypts a encrypted string and test the life time

    Declaration
    string DecryptString(string tenantName, string input)
    Parameters
    Type Name Description
    System.String tenantName

    Optional: Tenant name to logon to. See also GetAllTenantNames()

    System.String input

    Encrypted string to decrypt

    Returns
    Type Description
    System.String

    The decrypted string

    Examples

    POST http://YourServerName/InfoShare/Json/Server/DecryptString

    Example for decrypt a string.

    {
       "tenantName": "DCIS_KENDOX SQL Database",
       "input": "GISkhPs5DECql7sY8AOaHOD816d9ukVZi8Oh5eQGlSbHXKxoR9iUbtJjj\/W2XR6+XuA0ryXXge283PbSt1zKNw=="
    }

    Response:

    {
       "DecryptStringResult": "password"
    }
    Back to top Copyright © Kendox