EncryptionUtility.DecryptValue(String) Method

Definition

Caution

Deprecated DecryptText

Decrypts string values that were encrypted by calling EncryptValue. This method is deprecated; EncryptText method should be used instead.

[System.Obsolete("Deprecated DecryptText", false)]
public static string DecryptValue (string textToDecrypt);
[<System.Obsolete("Deprecated DecryptText", false)>]
static member DecryptValue : string -> string
Public Shared Function DecryptValue (textToDecrypt As String) As String

Parameters

textToDecrypt
String

The string value to decrypt.

Returns

The decrypted value.

Attributes

Applies to