C# Class MyOnTimeTeam.DatabaseHelper

Mostra file Open project: Axosoft/MyOnTimeTeam

Public Methods

Method Description
Decrypt ( string cipherText ) : string
Encrypt ( string plainText ) : string
LoadTablesAndSprocs ( ) : void
LogLogin ( string name, string email, string url, string logintime ) : bool
getIvb ( ) : byte[]
getKeyb ( ) : byte[]

Method Details

Decrypt() public static method

public static Decrypt ( string cipherText ) : string
cipherText string
return string

Encrypt() public static method

public static Encrypt ( string plainText ) : string
plainText string
return string

LoadTablesAndSprocs() public static method

public static LoadTablesAndSprocs ( ) : void
return void

LogLogin() public static method

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

getIvb() public static method

public static getIvb ( ) : byte[]
return byte[]

getKeyb() public static method

public static getKeyb ( ) : byte[]
return byte[]