Encryption..::..RijndaelEncryption Methods
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Decrypt(String, String) |
Decryption utilizing RijndaelManaged using CipherMode=CipherMode.CBC and all other default values
|
![]() ![]() |
Decrypt(String, String, HashAlgorithmName, Int32, CipherMode, PaddingMode, Int32, Int32) |
Decryption utilizing RijndaelManaged
|
![]() ![]() |
Encrypt(String, String) |
Encryption utilizing RijndaelManaged using CipherMode=CipherMode.CBC and all other default values
|
![]() ![]() |
Encrypt(String, String, HashAlgorithmName, Int32, CipherMode, PaddingMode, Int32, Int32) |
Encryption utilizing RijndaelManaged
|