C# Class CTCClassSchedule.Common.Encryption64

Show file Open project: BellevueCollege/ClassSchedule Class Usage Examples

Protected Properties

Property Type Description
IV byte[]
key byte[]

Public Methods

Method Description
Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string

Method Details

Decrypt() public method

public Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
stringToDecrypt string
sEncryptionKey string
return string

Encrypt() public method

public Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string
stringToEncrypt string
SEncryptionKey string
return string

Property Details

IV protected property

protected byte[] IV
return byte[]

key protected property

protected byte[] key
return byte[]