UriSigningKey Class

Definition

Url signing key.

public class UriSigningKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriSigningKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriSigningKey>
type UriSigningKey = class
    interface IJsonModel<UriSigningKey>
    interface IPersistableModel<UriSigningKey>
Public Class UriSigningKey
Implements IJsonModel(Of UriSigningKey), IPersistableModel(Of UriSigningKey)
Inheritance
UriSigningKey
Implements

Constructors

Name Description
UriSigningKey(String, KeyVaultSigningKey)

Initializes a new instance of UriSigningKey.

Properties

Name Description
KeyId

Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

KeySourceParameters

Defines the parameters for using customer key vault for Url Signing Key.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<UriSigningKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UriSigningKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UriSigningKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UriSigningKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UriSigningKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to