'Declaration
Public Overloads Shared Function DecryptString( _ ByVal keyStore As DataProtectionStore, _ ByVal encryptedText As String, _ ByVal entropy As String _ ) As String
public static string DecryptString( DataProtectionStore keyStore, string encryptedText, string entropy )
This method expects the payload to be a byte array which contains the UTF8-encoded bytes of a string that was encrypted using the EncryptString Method.
WARNING: The encryption produced by this class is only usable from the machine on which the encryption occurred. The encrypted text cannot be used by a different computer.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family