Freigeben über


CocktailContentKey.NormalizeKid(String) Method

Definition

Converts a base64 representation of Key Identifer to a Guid. If Key Identifier data size is not equal to 16 bytes, it creates an alternate Guid represenation which is 16 bytes.

public static Guid NormalizeKid (string keyId);
static member NormalizeKid : string -> Guid
Public Shared Function NormalizeKid (keyId As String) As Guid

Parameters

keyId
String

The Key Identifier to convert.

Returns

The Guid equivalent of Key Identifier.

Applies to