C# 클래스 FX.SalesLogix.Utility.UserLogins.Managers.EncryptionManager

파일 보기 프로젝트 열기: CustomerFX/SalesLogixUserLogins

공개 메소드들

메소드 설명
Decrypt ( string sourceValue ) : string
Decrypt ( string sourceValue, string key ) : string
Encrypt ( string sourceValue ) : string
Encrypt ( string sourceValue, string key ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string sourceValue ) : string
sourceValue string
리턴 string

Decrypt() 공개 정적인 메소드

public static Decrypt ( string sourceValue, string key ) : string
sourceValue string
key string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string sourceValue ) : string
sourceValue string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string sourceValue, string key ) : string
sourceValue string
key string
리턴 string