C# Class CTCClassSchedule.Common.Encryption64

Afficher le fichier Open project: BellevueCollege/ClassSchedule Class Usage Examples

Protected Properties

Свойство Type Description
IV byte[]
key byte[]

Méthodes publiques

Méthode Description
Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string

Method Details

Decrypt() public méthode

public Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
stringToDecrypt string
sEncryptionKey string
Résultat string

Encrypt() public méthode

public Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string
stringToEncrypt string
SEncryptionKey string
Résultat string

Property Details

IV protected_oe property

protected byte[] IV
Résultat byte[]

key protected_oe property

protected byte[] key
Résultat byte[]