| 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
)
Public Shared Function DecryptConsolidatedString (
text As String
) As String
public:
static String^ DecryptConsolidatedString(
String^ text
)
static member DecryptConsolidatedString :
text : string -> string
Parameters
- text
- Type: SystemString
The consolidated string to decrypt.
Return Value
Type:
StringThe 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