C# Class FX.SalesLogix.Utility.UserLogins.Managers.EncryptionManager

Afficher le fichier Open project: CustomerFX/SalesLogixUserLogins

Méthodes publiques

Méthode Description
Decrypt ( string sourceValue ) : string
Decrypt ( string sourceValue, string key ) : string
Encrypt ( string sourceValue ) : string
Encrypt ( string sourceValue, string key ) : string

Method Details

Decrypt() public static méthode

public static Decrypt ( string sourceValue ) : string
sourceValue string
Résultat string

Decrypt() public static méthode

public static Decrypt ( string sourceValue, string key ) : string
sourceValue string
key string
Résultat string

Encrypt() public static méthode

public static Encrypt ( string sourceValue ) : string
sourceValue string
Résultat string

Encrypt() public static méthode

public static Encrypt ( string sourceValue, string key ) : string
sourceValue string
key string
Résultat string