Method | Description | |
---|---|---|
Decrypt ( string encryptedText ) : string | ||
Encrypt ( string plainText ) : string | ||
Encryption ( string secretKey ) : System |
Method | Description | |
---|---|---|
Decrypt ( byte encryptedData, |
||
Encrypt ( byte plainBytes, |
||
GetRijndaelManaged ( string key ) : |
public Decrypt ( string encryptedText ) : string | ||
encryptedText | string | |
return | string |
public Encryption ( string secretKey ) : System | ||
secretKey | string | |
return | System |