C# 클래스 Codebreak.Service.Auth.Util

파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak

공개 프로퍼티들

프로퍼티 타입 설명
AuthKeyPool ObjectPool
HASH char[]

공개 메소드들

메소드 설명
CryptIP ( string ip ) : string

CryptPassword ( string key, string password ) : string

GenerateLoginKey ( ) : string

GenerateString ( int length ) : string

메소드 상세

CryptIP() 공개 정적인 메소드

public static CryptIP ( string ip ) : string
ip string
리턴 string

CryptPassword() 공개 정적인 메소드

public static CryptPassword ( string key, string password ) : string
key string
password string
리턴 string

GenerateLoginKey() 공개 정적인 메소드

public static GenerateLoginKey ( ) : string
리턴 string

GenerateString() 공개 정적인 메소드

public static GenerateString ( int length ) : string
length int
리턴 string

프로퍼티 상세

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

public static ObjectPool AuthKeyPool
리턴 ObjectPool

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

public static char[] HASH
리턴 char[]