UrlSigningKeyParameters Class

Definition

Url signing key parameters

[Newtonsoft.Json.JsonObject("UrlSigningKey")]
public class UrlSigningKeyParameters : Microsoft.Azure.Management.Cdn.Models.SecretParameters
[<Newtonsoft.Json.JsonObject("UrlSigningKey")>]
type UrlSigningKeyParameters = class
    inherit SecretParameters
Public Class UrlSigningKeyParameters
Inherits SecretParameters
Inheritance
UrlSigningKeyParameters
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

UrlSigningKeyParameters()

Initializes a new instance of the UrlSigningKeyParameters class.

UrlSigningKeyParameters(String, ResourceReference, String)

Initializes a new instance of the UrlSigningKeyParameters class.

Properties

KeyId

Gets or sets defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

SecretSource

Gets or sets resource reference to the KV secret

SecretVersion

Gets or sets version of the secret to be used

Methods

Validate()

Validate the object.

Applies to