Share via


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>
public class UriSigningKey
type UriSigningKey = class
    interface IJsonModel<UriSigningKey>
    interface IPersistableModel<UriSigningKey>
type UriSigningKey = class
Public Class UriSigningKey
Implements IJsonModel(Of UriSigningKey), IPersistableModel(Of UriSigningKey)
Public Class UriSigningKey
Inheritance
UriSigningKey
Implements

Constructors

UriSigningKey(String, KeyVaultSigningKey)

Initializes a new instance of UriSigningKey.

Properties

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.

Explicit Interface Implementations

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