EncryptionUtils.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 Shared Function GetKeyIdentifierAsString ( _
    keyIdentifier As Guid _
) As String
'Usage
Dim keyIdentifier As Guid 
Dim returnValue As String 

returnValue = EncryptionUtils.GetKeyIdentifierAsString(keyIdentifier)
public static string GetKeyIdentifierAsString(
    Guid keyIdentifier
)
public:
static String^ GetKeyIdentifierAsString(
    Guid keyIdentifier
)
static member GetKeyIdentifierAsString : 
        keyIdentifier:Guid -> string
public static function GetKeyIdentifierAsString(
    keyIdentifier : Guid
) : String

Parameters

Return Value

Type: System.String
The key ID.

See Also

Reference

EncryptionUtils Class

Microsoft.WindowsAzure.MediaServices.Client Namespace