EncryptUtilities.Decrypt(String, 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.
Decrypts a string.
public static string Decrypt (this string encryptedText, string key);
static member Decrypt : string * string -> string
<Extension()>
Public Function Decrypt (encryptedText As String, key As String) As String
Parameters
- encryptedText
- String
The base64-encrypted string.
- key
- String
The key to use for decryption.
Returns
The decrypted string.