UriSigningKeyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Url signing key parameters.
public class UriSigningKeyProperties : Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties>
type UriSigningKeyProperties = class
inherit FrontDoorSecretProperties
interface IJsonModel<UriSigningKeyProperties>
interface IPersistableModel<UriSigningKeyProperties>
Public Class UriSigningKeyProperties
Inherits FrontDoorSecretProperties
Implements IJsonModel(Of UriSigningKeyProperties), IPersistableModel(Of UriSigningKeyProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| UriSigningKeyProperties(String, String) |
Initializes a new instance of UriSigningKeyProperties. |
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. |
| SecretSourceId |
Resource ID. |
| SecretVersion |
Version of the secret to be used. |