ConfigurationEncryption.Decrypt Method
Decrypts the specified encrypted value.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Function Decrypt ( _
encryptedValue As String _
) As String
'Usage
Dim instance As ConfigurationEncryption
Dim encryptedValue As String
Dim returnValue As String
returnValue = instance.Decrypt(encryptedValue)
public string Decrypt(
string encryptedValue
)
public:
String^ Decrypt(
String^ encryptedValue
)
member Decrypt :
encryptedValue:string -> string
public function Decrypt(
encryptedValue : String
) : String
Parameters
- encryptedValue
Type: System.String
The encrypted value.
Return Value
Type: System.String
The decrypted configuration.