C# 클래스 SecurityDriven.Inferno.Extensions.Base32Config

Not a constant-time implementation (memory lookups).
파일 보기 프로젝트 열기: sdrapkin/SecurityDriven.Inferno 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default Base32Config
Rfc Base32Config

공개 메소드들

메소드 설명
Base32Config ( char alphabet = null ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

Base32Config() 공개 메소드

public Base32Config ( char alphabet = null ) : System
alphabet char
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static Base32Config,SecurityDriven.Inferno.Extensions Default
리턴 Base32Config

Rfc 공개적으로 정적으로 프로퍼티

public static Base32Config,SecurityDriven.Inferno.Extensions Rfc
리턴 Base32Config