C# 클래스 CTCClassSchedule.Common.Encryption64

파일 보기 프로젝트 열기: BellevueCollege/ClassSchedule 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
IV byte[]
key byte[]

공개 메소드들

메소드 설명
Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string stringToDecrypt, string sEncryptionKey ) : string
stringToDecrypt string
sEncryptionKey string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string stringToEncrypt, string SEncryptionKey ) : string
stringToEncrypt string
SEncryptionKey string
리턴 string

프로퍼티 상세

IV 보호되어 있는 프로퍼티

protected byte[] IV
리턴 byte[]

key 보호되어 있는 프로퍼티

protected byte[] key
리턴 byte[]