C# 클래스 MyOnTimeTeam.DatabaseHelper

파일 보기 프로젝트 열기: Axosoft/MyOnTimeTeam

공개 메소드들

메소드 설명
Decrypt ( string cipherText ) : string
Encrypt ( string plainText ) : string
LoadTablesAndSprocs ( ) : void
LogLogin ( string name, string email, string url, string logintime ) : bool
getIvb ( ) : byte[]
getKeyb ( ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string cipherText ) : string
cipherText string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string plainText ) : string
plainText string
리턴 string

LoadTablesAndSprocs() 공개 정적인 메소드

public static LoadTablesAndSprocs ( ) : void
리턴 void

LogLogin() 공개 정적인 메소드

public static LogLogin ( string name, string email, string url, string logintime ) : bool
name string
email string
url string
logintime string
리턴 bool

getIvb() 공개 정적인 메소드

public static getIvb ( ) : byte[]
리턴 byte[]

getKeyb() 공개 정적인 메소드

public static getKeyb ( ) : byte[]
리턴 byte[]