C# Class Membership.Utils.Encryption.TripleDESEncyption

Inheritance: Membership.Utils.Encryption.Base.AbstractEncryption
Afficher le fichier Open project: serdarb/Membership-Service

Méthodes publiques

Méthode Description
Decrypt ( string textToDecrypt ) : string

Decripts given text with TripleDES

Encrypt ( string textToEncrypt ) : string

Encripts given text with TripleDES

Method Details

Decrypt() public méthode

Decripts given text with TripleDES
public Decrypt ( string textToDecrypt ) : string
textToDecrypt string Text to Decrypt
Résultat string

Encrypt() public méthode

Encripts given text with TripleDES
public Encrypt ( string textToEncrypt ) : string
textToEncrypt string Text to Encypt
Résultat string