C# Class Authentiqr.NET.Code.Base64

Afficher le fichier Open project: richard-green/LCGoogleApps

Méthodes publiques

Méthode Description
Decode ( string base64 ) : byte[]
Encode ( byte data ) : string

Method Details

Decode() public static méthode

public static Decode ( string base64 ) : byte[]
base64 string
Résultat byte[]

Encode() public static méthode

public static Encode ( byte data ) : string
data byte
Résultat string