AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AESEncryption..::..Decrypt Method (String, String)

Decryption utilizing AesCryptoServiceProvider using CipherMode=CipherMode.CBC and all other default values

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string Decrypt(
	string value,
	string key
)

Parameters

value
Type: String
The value to be decrypted.
key
Type: String
The key used to decrypt.

Return Value

The decrypted string