Uses of Class
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyRestrictionTokenKey
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyRestrictionTokenKey in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
Specifies a RSA key for token validation.final class
Specifies a symmetric key for token validation.final class
Specifies a certificate for token validation.Modifier and TypeMethodDescriptionContentKeyPolicyTokenRestriction.primaryVerificationKey()
Get the primaryVerificationKey property: The primary verification key.Modifier and TypeMethodDescriptionContentKeyPolicyTokenRestriction.alternateVerificationKeys()
Get the alternateVerificationKeys property: A list of alternative verification keys.Modifier and TypeMethodDescriptionContentKeyPolicyTokenRestriction.withPrimaryVerificationKey
(ContentKeyPolicyRestrictionTokenKey primaryVerificationKey) Set the primaryVerificationKey property: The primary verification key.Modifier and TypeMethodDescriptionContentKeyPolicyTokenRestriction.withAlternateVerificationKeys
(List<ContentKeyPolicyRestrictionTokenKey> alternateVerificationKeys) Set the alternateVerificationKeys property: A list of alternative verification keys.