C# 클래스 SKGL.Plus.methods

상속: SerialKeyConfiguration
파일 보기 프로젝트 열기: SerialKeyManager/SKGL 1 사용 예제들

보호된 메소드들

메소드 설명
_decText ( string _encryptedPhase, string _secretPhase ) : string
_decrypt ( string _key, string _secretPhase ) : string
_encText ( string _inputPhase, string _secretPhase ) : string
_encrypt ( int _users, int _days, bool _tfg, string _secretPhase, int ID, System _creationDate, int _assets, int _concurrentUsers ) : string
base10ToBase36 ( string s ) : string
base36ToBase10 ( string s ) : string
booleanToInt ( bool _booleanArray ) : int
getEightByteHash ( string s, int MUST_BE_LESS_THAN = 1000000000 ) : int
intToBoolean ( int _num ) : bool[]
modulo ( int _num, int _base ) : int
powof ( int x, int y ) : System.Numerics.BigInteger
twentyfiveByteHash ( string s ) : string

메소드 상세

_decText() 보호된 메소드

protected _decText ( string _encryptedPhase, string _secretPhase ) : string
_encryptedPhase string
_secretPhase string
리턴 string

_decrypt() 보호된 메소드

protected _decrypt ( string _key, string _secretPhase ) : string
_key string
_secretPhase string
리턴 string

_encText() 보호된 메소드

protected _encText ( string _inputPhase, string _secretPhase ) : string
_inputPhase string
_secretPhase string
리턴 string

_encrypt() 보호된 메소드

protected _encrypt ( int _users, int _days, bool _tfg, string _secretPhase, int ID, System _creationDate, int _assets, int _concurrentUsers ) : string
_users int
_days int
_tfg bool
_secretPhase string
ID int
_creationDate System
_assets int
_concurrentUsers int
리턴 string

base10ToBase36() 보호된 메소드

protected base10ToBase36 ( string s ) : string
s string
리턴 string

base36ToBase10() 보호된 메소드

protected base36ToBase10 ( string s ) : string
s string
리턴 string

booleanToInt() 보호된 메소드

protected booleanToInt ( bool _booleanArray ) : int
_booleanArray bool
리턴 int

getEightByteHash() 보호된 메소드

protected getEightByteHash ( string s, int MUST_BE_LESS_THAN = 1000000000 ) : int
s string
MUST_BE_LESS_THAN int
리턴 int

intToBoolean() 보호된 메소드

protected intToBoolean ( int _num ) : bool[]
_num int
리턴 bool[]

modulo() 보호된 메소드

protected modulo ( int _num, int _base ) : int
_num int
_base int
리턴 int

powof() 보호된 메소드

protected powof ( int x, int y ) : System.Numerics.BigInteger
x int
y int
리턴 System.Numerics.BigInteger

twentyfiveByteHash() 보호된 메소드

protected twentyfiveByteHash ( string s ) : string
s string
리턴 string