ContentKeyPolicyTokenRestriction Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ContentKeyPolicyTokenRestriction() |
Initialise une nouvelle instance de la classe ContentKeyPolicyTokenRestriction. |
ContentKeyPolicyTokenRestriction(String, String, ContentKeyPolicyRestrictionTokenKey, ContentKeyPolicyRestrictionTokenType, IList<ContentKeyPolicyRestrictionTokenKey>, IList<ContentKeyPolicyTokenClaim>, String) |
Initialise une nouvelle instance de la classe ContentKeyPolicyTokenRestriction. |
ContentKeyPolicyTokenRestriction()
Initialise une nouvelle instance de la classe ContentKeyPolicyTokenRestriction.
public ContentKeyPolicyTokenRestriction ();
Public Sub New ()
S’applique à
ContentKeyPolicyTokenRestriction(String, String, ContentKeyPolicyRestrictionTokenKey, ContentKeyPolicyRestrictionTokenType, IList<ContentKeyPolicyRestrictionTokenKey>, IList<ContentKeyPolicyTokenClaim>, String)
Initialise une nouvelle instance de la 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)
Paramètres
- issuer
- String
Émetteur de jeton.
- audience
- String
Audience du jeton.
- primaryVerificationKey
- ContentKeyPolicyRestrictionTokenKey
Clé de vérification primaire.
- restrictionTokenType
- ContentKeyPolicyRestrictionTokenType
Type de jeton. Les valeurs possibles sont les suivantes : 'Unknown', 'Swt', 'Jwt'
- alternateVerificationKeys
- IList<ContentKeyPolicyRestrictionTokenKey>
Liste des clés de vérification alternatives.
- requiredClaims
- IList<ContentKeyPolicyTokenClaim>
Liste des revendications de jeton requises.
- openIdConnectDiscoveryDocument
- String
Document de découverte de connexion OpenID.
S’applique à
Azure SDK for .NET