C# 클래스 InvertedSoftware.WorkflowEngine.Common.Utils

파일 보기 프로젝트 열기: invertedsoftware/Inverted-Software-Workflow-Engine

공개 프로퍼티들

프로퍼티 타입 설명
ENCODING_SALT string
ENCODING_VECTOR string
MESSAGE_BASE_TYPE string
PROCESSOR_COUNT int

공개 메소드들

메소드 설명
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

메소드 상세

GetDecryptedString() 공개 정적인 메소드

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

GetEncryptedString() 공개 정적인 메소드

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

프로퍼티 상세

ENCODING_SALT 공개적으로 정적으로 프로퍼티

public static string ENCODING_SALT
리턴 string

ENCODING_VECTOR 공개적으로 정적으로 프로퍼티

public static string ENCODING_VECTOR
리턴 string

MESSAGE_BASE_TYPE 공개적으로 정적으로 프로퍼티

public static string MESSAGE_BASE_TYPE
리턴 string

PROCESSOR_COUNT 공개적으로 정적으로 프로퍼티

public static int PROCESSOR_COUNT
리턴 int