EncryptionUtility.DecryptValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Deprecated DecryptText
[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
- System.String
Returns
System.String
- Attributes
-
System.ObsoleteAttribute