C# 클래스 TwoFactorAuthNet.TwoFactorAuth.Base32

Provides a method for decoding a Base32 encoded string and exposes the Base32 "alphabet" for internal uses.
파일 보기 프로젝트 열기: RobThree/TwoFactorAuth.Net

공개 메소드들

메소드 설명
Decode ( string value ) : byte[]

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string value ) : byte[]
value string
리턴 byte[]