ContentKeyPolicyTokenRestriction.AlternateVerificationKeys Property

Definition

A list of alternative verification keys. Please note ContentKeyPolicyRestrictionTokenKey is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ContentKeyPolicyRsaTokenKey, ContentKeyPolicySymmetricTokenKey and ContentKeyPolicyX509CertificateTokenKey.

public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey> AlternateVerificationKeys { get; }
member this.AlternateVerificationKeys : System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey>
Public ReadOnly Property AlternateVerificationKeys As IList(Of ContentKeyPolicyRestrictionTokenKey)

Property Value

Applies to