C# Class TwoFactorAuthNet.TwoFactorAuth.Base32

Provides a method for decoding a Base32 encoded string and exposes the Base32 "alphabet" for internal uses.
Afficher le fichier Open project: RobThree/TwoFactorAuth.Net

Méthodes publiques

Méthode Description
Decode ( string value ) : byte[]

Method Details

Decode() public static méthode

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