ConfigurationEncryption.GetKeyIdentifierAsString Method

Gets the key identifier as string.

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

Syntax

'Declaration
Public Function GetKeyIdentifierAsString As String
'Usage
Dim instance As ConfigurationEncryption 
Dim returnValue As String 

returnValue = instance.GetKeyIdentifierAsString()
public string GetKeyIdentifierAsString()
public:
String^ GetKeyIdentifierAsString()
member GetKeyIdentifierAsString : unit -> string
public function GetKeyIdentifierAsString() : String

Return Value

Type: System.String
The key ID string.

See Also

Reference

ConfigurationEncryption Class

Microsoft.WindowsAzure.MediaServices.Client Namespace