Click or drag to resize
Galactic API

AES256DecryptConsolidatedString Method

Decrypts a consolidated string containing and AES 256 encrypted string, and properties of the key and initializiation vector used to encrypt/decrypt the string.

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static string DecryptConsolidatedString(
	string text
)

Parameters

text
Type: SystemString
The consolidated string to decrypt.

Return Value

Type: String
The text encrypted in the consolidated string, or a null string if the text could not be decrypted or an error occurs decrypting the string.
See Also