Share via


ContentKeyPolicyRsaTokenKey Class

Definition

Specifies a RSA key for token validation.

public class ContentKeyPolicyRsaTokenKey : Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyRsaTokenKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyRsaTokenKey>
public class ContentKeyPolicyRsaTokenKey : Azure.ResourceManager.Media.Models.ContentKeyPolicyRestrictionTokenKey
type ContentKeyPolicyRsaTokenKey = class
    inherit ContentKeyPolicyRestrictionTokenKey
    interface IJsonModel<ContentKeyPolicyRsaTokenKey>
    interface IPersistableModel<ContentKeyPolicyRsaTokenKey>
type ContentKeyPolicyRsaTokenKey = class
    inherit ContentKeyPolicyRestrictionTokenKey
Public Class ContentKeyPolicyRsaTokenKey
Inherits ContentKeyPolicyRestrictionTokenKey
Implements IJsonModel(Of ContentKeyPolicyRsaTokenKey), IPersistableModel(Of ContentKeyPolicyRsaTokenKey)
Public Class ContentKeyPolicyRsaTokenKey
Inherits ContentKeyPolicyRestrictionTokenKey
Inheritance
ContentKeyPolicyRsaTokenKey
Implements

Constructors

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

Initializes a new instance of ContentKeyPolicyRsaTokenKey.

Properties

Exponent

The RSA Parameter exponent.

Modulus

The RSA Parameter modulus.

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.

(Inherited from ContentKeyPolicyRestrictionTokenKey)
IJsonModel<ContentKeyPolicyRestrictionTokenKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContentKeyPolicyRestrictionTokenKey)
IJsonModel<ContentKeyPolicyRsaTokenKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContentKeyPolicyRsaTokenKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContentKeyPolicyRestrictionTokenKey)
IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ContentKeyPolicyRestrictionTokenKey)
IPersistableModel<ContentKeyPolicyRestrictionTokenKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContentKeyPolicyRestrictionTokenKey)
IPersistableModel<ContentKeyPolicyRsaTokenKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyRsaTokenKey>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContentKeyPolicyRsaTokenKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to