ContentKeyPolicyRestrictionTokenKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for Content Key Policy key for token validation. A derived class must be used to create a token key. 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.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownContentKeyPolicyRestrictionTokenKey))]
public abstract class ContentKeyPolicyRestrictionTokenKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey>
public abstract class ContentKeyPolicyRestrictionTokenKey
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Media.Models.UnknownContentKeyPolicyRestrictionTokenKey))>]
type ContentKeyPolicyRestrictionTokenKey = class
interface IJsonModel<ContentKeyPolicyRestrictionTokenKey>
interface IPersistableModel<ContentKeyPolicyRestrictionTokenKey>
type ContentKeyPolicyRestrictionTokenKey = class
Public MustInherit Class ContentKeyPolicyRestrictionTokenKey
Implements IJsonModel(Of ContentKeyPolicyRestrictionTokenKey), IPersistableModel(Of ContentKeyPolicyRestrictionTokenKey)
Public MustInherit Class ContentKeyPolicyRestrictionTokenKey
- Inheritance
-
ContentKeyPolicyRestrictionTokenKey
- Derived
- Attributes
- Implements
Constructors
ContentKeyPolicyRestrictionTokenKey() |
Initializes a new instance of ContentKeyPolicyRestrictionTokenKey. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContentKeyPolicyRestrictionTokenKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContentKeyPolicyRestrictionTokenKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET