IniRijndaelEncryption.DecryptBase64 Method

TG.INI

IniRijndaelEncryptionDecryptBase64 Method

Decrypts a base64 string to an unencrypted Unicode string.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string DecryptBase64(
	string base64
)
Public Function DecryptBase64 ( 
	base64 As String
) As String
public:
virtual String^ DecryptBase64(
	String^ base64
) sealed
abstract DecryptBase64 : 
        base64 : string -> string 
override DecryptBase64 : 
        base64 : string -> string 

Parameters

base64
Type: SystemString
Base64 string to decrypt.

Return Value

Type: String
Unencrypted string.

Implements

IEncryptionHandlerDecryptBase64(String)
See Also