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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET