CocktailContentKey.NormalizeKid(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.