Compartilhar via


ContentKeyPolicyTokenRestriction Construtores

Definição

Sobrecargas

ContentKeyPolicyTokenRestriction()

Inicializa uma nova instância da classe ContentKeyPolicyTokenRestriction.

ContentKeyPolicyTokenRestriction(String, String, ContentKeyPolicyRestrictionTokenKey, ContentKeyPolicyRestrictionTokenType, IList<ContentKeyPolicyRestrictionTokenKey>, IList<ContentKeyPolicyTokenClaim>, String)

Inicializa uma nova instância da classe ContentKeyPolicyTokenRestriction.

ContentKeyPolicyTokenRestriction()

Inicializa uma nova instância da classe ContentKeyPolicyTokenRestriction.

public ContentKeyPolicyTokenRestriction ();
Public Sub New ()

Aplica-se a

ContentKeyPolicyTokenRestriction(String, String, ContentKeyPolicyRestrictionTokenKey, ContentKeyPolicyRestrictionTokenType, IList<ContentKeyPolicyRestrictionTokenKey>, IList<ContentKeyPolicyTokenClaim>, String)

Inicializa uma nova instância da classe ContentKeyPolicyTokenRestriction.

public ContentKeyPolicyTokenRestriction (string issuer, string audience, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey primaryVerificationKey, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType restrictionTokenType, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey> alternateVerificationKeys = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim> requiredClaims = default, string openIdConnectDiscoveryDocument = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenRestriction : string * string * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey> * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenClaim> * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyTokenRestriction
Public Sub New (issuer As String, audience As String, primaryVerificationKey As ContentKeyPolicyRestrictionTokenKey, restrictionTokenType As ContentKeyPolicyRestrictionTokenType, Optional alternateVerificationKeys As IList(Of ContentKeyPolicyRestrictionTokenKey) = Nothing, Optional requiredClaims As IList(Of ContentKeyPolicyTokenClaim) = Nothing, Optional openIdConnectDiscoveryDocument As String = Nothing)

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.

restrictionTokenType
ContentKeyPolicyRestrictionTokenType

O tipo de token. Os valores possíveis incluem: 'Unknown', 'Swt', 'Jwt'

alternateVerificationKeys
IList<ContentKeyPolicyRestrictionTokenKey>

Uma lista de chaves de verificação alternativas.

requiredClaims
IList<ContentKeyPolicyTokenClaim>

Uma lista de declarações de token necessárias.

openIdConnectDiscoveryDocument
String

O documento de descoberta do OpenID Connect.

Aplica-se a