C# Class TwoFactorAuthNet.TwoFactorAuth.Base32

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

Public Methods

Method Description
Decode ( string value ) : byte[]

Method Details

Decode() public static method

public static Decode ( string value ) : byte[]
value string
return byte[]