Share via


UriSigningKeyProperties(String, WritableSubResource) Constructor

Definition

Initializes a new instance of UriSigningKeyProperties.

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

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.

secretSource
WritableSubResource

Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{​​​​​​​​​subscriptionId}​​​​​​​​​/resourceGroups/{​​​​​​​​​resourceGroupName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​/providers/Microsoft.KeyVault/vaults/{vaultName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​/secrets/{secretName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​.

Exceptions

keyId or secretSource is null.

Applies to