C# Class mRemoteNG.Security.SymmetricEncryption.LegacyRijndaelCryptographyProvider

Inheritance: ICryptographyProvider
显示文件 Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
Decrypt ( string ciphertextBase64, SecureString password ) : string
Encrypt ( string strToEncrypt, SecureString strSecret ) : string
LegacyRijndaelCryptographyProvider ( ) : System

Method Details

Decrypt() public method

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

Encrypt() public method

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

LegacyRijndaelCryptographyProvider() public method

public LegacyRijndaelCryptographyProvider ( ) : System
return System