ITask.GetClearConfiguration Method

Gets the decrypted configuration data.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Function GetClearConfiguration As String
'Usage
Dim instance As ITask 
Dim returnValue As String 

returnValue = instance.GetClearConfiguration()
string GetClearConfiguration()
String^ GetClearConfiguration()
abstract GetClearConfiguration : unit -> string
function GetClearConfiguration() : String

Return Value

Type: System.String
A string containing the configuration data. If the data was encrypted, the configuration returned is decrypted.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace