C# 클래스 mRemoteNG.Security.SymmetricEncryption.LegacyRijndaelCryptographyProvider

상속: ICryptographyProvider
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( string ciphertextBase64, SecureString password ) : string
Encrypt ( string strToEncrypt, SecureString strSecret ) : string
LegacyRijndaelCryptographyProvider ( ) : System

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string ciphertextBase64, SecureString password ) : string
ciphertextBase64 string
password System.Security.SecureString
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string strToEncrypt, SecureString strSecret ) : string
strToEncrypt string
strSecret System.Security.SecureString
리턴 string

LegacyRijndaelCryptographyProvider() 공개 메소드

public LegacyRijndaelCryptographyProvider ( ) : System
리턴 System