C# Class TSTool.DataProtection

Afficher le fichier Open project: brightideainc/TSTool

Méthodes publiques

Méthode Description
PrintValues ( Byte myArr ) : void
Protect ( string data ) : string
Unprotect ( string data ) : string

Method Details

PrintValues() public static méthode

public static PrintValues ( Byte myArr ) : void
myArr Byte
Résultat void

Protect() public static méthode

public static Protect ( string data ) : string
data string
Résultat string

Unprotect() public static méthode

public static Unprotect ( string data ) : string
data string
Résultat string