C# Class InvertedSoftware.WorkflowEngine.Common.Utils

Mostrar archivo Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Public Properties

Property Type Description
ENCODING_SALT string
ENCODING_VECTOR string
MESSAGE_BASE_TYPE string
PROCESSOR_COUNT int

Public Methods

Method Description
GetDecryptedString ( string textToDecode ) : string

Decodes a Encrypted string using the App's Salt

GetEncryptedString ( string textToEncode ) : string

Gets an Encrypted string using the App's Salt

Method Details

GetDecryptedString() public static method

Decodes a Encrypted string using the App's Salt
public static GetDecryptedString ( string textToDecode ) : string
textToDecode string The encoded text
return string

GetEncryptedString() public static method

Gets an Encrypted string using the App's Salt
public static GetEncryptedString ( string textToEncode ) : string
textToEncode string The clear text to encode
return string

Property Details

ENCODING_SALT public_oe static_oe property

public static string ENCODING_SALT
return string

ENCODING_VECTOR public_oe static_oe property

public static string ENCODING_VECTOR
return string

MESSAGE_BASE_TYPE public_oe static_oe property

public static string MESSAGE_BASE_TYPE
return string

PROCESSOR_COUNT public_oe static_oe property

public static int PROCESSOR_COUNT
return int