AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

Encryption..::..RijndaelEncryption Methods

Methods


  Name Description
Public method Static member Decrypt(String, String)
Decryption utilizing RijndaelManaged using CipherMode=CipherMode.CBC and all other default values
Public method Static member Decrypt(String, String, HashAlgorithmName, Int32, CipherMode, PaddingMode, Int32, Int32)
Decryption utilizing RijndaelManaged
Public method Static member Encrypt(String, String)
Encryption utilizing RijndaelManaged using CipherMode=CipherMode.CBC and all other default values
Public method Static member Encrypt(String, String, HashAlgorithmName, Int32, CipherMode, PaddingMode, Int32, Int32)
Encryption utilizing RijndaelManaged