EncryptionUtils.GetKeyIdAsGuid Method

Gets the key id as GUID.

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

Syntax

'Declaration
Public Shared Function GetKeyIdAsGuid ( _
    keyIdentifier As String _
) As Guid
'Usage
Dim keyIdentifier As String 
Dim returnValue As Guid 

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

Parameters

Return Value

Type: System.Guid
The key ID.

See Also

Reference

EncryptionUtils Class

Microsoft.WindowsAzure.MediaServices.Client Namespace