IdeaBlade DevForce 2010 Help Reference
AesDecrypt(String,String) Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > CryptoFns Class > AesDecrypt Method : AesDecrypt(String,String) Method



encryptedValue
password
Decrypt a string given the password it was encrypted with.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function AesDecrypt( _
   ByVal encryptedValue As String, _
   ByVal password As String _
) As String
Visual Basic (Usage)Copy Code
Dim encryptedValue As String
Dim password As String
Dim value As String
 
value = CryptoFns.AesDecrypt(encryptedValue, password)
C# 
public static string AesDecrypt( 
   string encryptedValue,
   string password
)
C++/CLI 
public:
static String^ AesDecrypt( 
   String^ encryptedValue,
   String^ password
) 

Parameters

encryptedValue
password

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.