ContentKeyPolicyTokenClaim Class

Definition

Represents a token claim.

public class ContentKeyPolicyTokenClaim
type ContentKeyPolicyTokenClaim = class
Public Class ContentKeyPolicyTokenClaim
Inheritance
ContentKeyPolicyTokenClaim

Constructors

ContentKeyPolicyTokenClaim()

Initializes a new instance of the ContentKeyPolicyTokenClaim class.

ContentKeyPolicyTokenClaim(String, String)

Initializes a new instance of the ContentKeyPolicyTokenClaim class.

Fields

ContentKeyIdentifierClaim

This claim requires that the value of the claim in the token must match the key identifier of the key being requested by the client. Adding this claim means that the token issued to the client authorizes access to the content key identifier listed in the token.

ContentKeyIdentifierClaimType

The claim type for the ContentKeyIdentifierClaim.

Properties

ClaimType

Gets or sets token claim type.

ClaimValue

Gets or sets token claim value.

Applies to