Compartilhar via


ContentKeyPolicyTokenRestriction Construtor

Definição

Inicializa uma nova instância de ContentKeyPolicyTokenRestriction.

public ContentKeyPolicyTokenRestriction (string issuer, string audience, Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey primaryVerificationKey, Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenType restrictionTokenType);
new Azure.ResourceManager.Media.Models.ContentKeyPolicyTokenRestriction : string * string * Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey * Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenType -> Azure.ResourceManager.Media.Models.ContentKeyPolicyTokenRestriction
Public Sub New (issuer As String, audience As String, primaryVerificationKey As ContentKeyPolicyRestrictionTokenKey, restrictionTokenType As ContentKeyPolicyRestrictionTokenType)

Parâmetros

issuer
String

O emissor do token.

audience
String

O público-alvo do token.

primaryVerificationKey
ContentKeyPolicyRestrictionTokenKey

A chave de verificação primária. ContentKeyPolicyRestrictionTokenKey Observe que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui, ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem ContentKeyPolicyRsaTokenKeye ContentKeyPolicyX509CertificateTokenKeyContentKeyPolicySymmetricTokenKey .

restrictionTokenType
ContentKeyPolicyRestrictionTokenType

O tipo de token.

Exceções

issuer ou audience é nulo.

Aplica-se a