UrlSigningKeyParameters 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
[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
- 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. |