C# Class MtGoxTrader.Model.Encryption

Afficher le fichier Open project: iamapi/MtgoxTrader

Méthodes publiques

Méthode Description
DecryptData ( byte encryptedData ) : byte[]
DecryptData ( string encryptedData ) : string

Encrypt using LocalMachine profile.

EncryptData ( byte plainByteData ) : byte[]
EncryptData ( string plainData ) : string

Decrypt using LocalMachine profile.

Method Details

DecryptData() public static méthode

public static DecryptData ( byte encryptedData ) : byte[]
encryptedData byte
Résultat byte[]

DecryptData() public static méthode

Encrypt using LocalMachine profile.
public static DecryptData ( string encryptedData ) : string
encryptedData string
Résultat string

EncryptData() public static méthode

public static EncryptData ( byte plainByteData ) : byte[]
plainByteData byte
Résultat byte[]

EncryptData() public static méthode

Decrypt using LocalMachine profile.
public static EncryptData ( string plainData ) : string
plainData string
Résultat string