UriSigningKeyProperties(String, String) Constructor

Definition

Initializes a new instance of UriSigningKeyProperties.

public UriSigningKeyProperties(string keyId, string secretVersion);
new Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties : string * string -> Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties
Public Sub New (keyId As String, secretVersion As String)

Parameters

keyId
String

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

secretVersion
String

Version of the secret to be used.

Exceptions

keyId or secretVersion is null.

Applies to