The FormStarterInfo
class holds information related to the starter of a form, such as the starter type, associated parameters, and flow secret key. It also manages the decryption of the flow secret key for secure operations.
Properties
Name | Description |
---|
FlowDecryptedSecret | The decrypted version of the flow secret key, which is securely managed using the DecryptData attribute. This property provides access to the decrypted flow secret. |
FlowSecretKey | The flow secret key used for the initialization of the form's flow. This key is encrypted and used to secure the flow process. |
Type | The type of the form starter, represented by the FormStarterType enumeration, which determines the method used to start the form. |
Parameters | A dictionary of parameters associated with the form starter, where each key represents a parameter name and each value represents the corresponding parameter value. |
Constructors
Name | Description |
---|
FormSaveResponse() | Initializes a new instance of the FormSaveResponse class and sets the ValidationErrors property to an empty list. |