Поделиться через


ContentKeyPolicyX509CertificateTokenKey Class

Definition

Specifies a certificate for token validation.

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

Constructors

ContentKeyPolicyX509CertificateTokenKey(Byte[])

Initializes a new instance of ContentKeyPolicyX509CertificateTokenKey.

Properties

RawBody

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET).

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<ContentKeyPolicyX509CertificateTokenKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyX509CertificateTokenKey>.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<ContentKeyPolicyX509CertificateTokenKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyX509CertificateTokenKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyX509CertificateTokenKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to