C# Class InvertedSoftware.WorkflowEngine.Common.Utils

Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Méthodes publiques

Свойство Type Description
ENCODING_SALT string
ENCODING_VECTOR string
MESSAGE_BASE_TYPE string
PROCESSOR_COUNT int

Méthodes publiques

Méthode 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 méthode

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

GetEncryptedString() public static méthode

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

Property Details

ENCODING_SALT public_oe static_oe property

public static string ENCODING_SALT
Résultat string

ENCODING_VECTOR public_oe static_oe property

public static string ENCODING_VECTOR
Résultat string

MESSAGE_BASE_TYPE public_oe static_oe property

public static string MESSAGE_BASE_TYPE
Résultat string

PROCESSOR_COUNT public_oe static_oe property

public static int PROCESSOR_COUNT
Résultat int