Convert Secure String

Last modified by Giang Tran on 2022/05/13 03:30

RCA.Activities.Core.ConvertSecureString

Description

This activity allows you to convert SecureString to string.

image-20220505103002-1.jpeg

(* for Mandatory)

Properties

Input

  • SecureString (SecureString)* – The variable that contained the SecureString to be converted.

Misc

  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Secure String to Text
  • Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.

Output

  • Result (String)* – The string value of the SecureString after the conversion.

Table of Content

  
Navigation