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>
public class UriSigningKeyProperties : Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties
type UriSigningKeyProperties = class
inherit FrontDoorSecretProperties
interface IJsonModel<UriSigningKeyProperties>
interface IPersistableModel<UriSigningKeyProperties>
type UriSigningKeyProperties = class
inherit FrontDoorSecretProperties
Public Class UriSigningKeyProperties
Inherits FrontDoorSecretProperties
Implements IJsonModel(Of UriSigningKeyProperties), IPersistableModel(Of UriSigningKeyProperties)
Public Class UriSigningKeyProperties
Inherits FrontDoorSecretProperties
- Inheritance
- Implements
Constructors
UriSigningKeyProperties(String, WritableSubResource) |
Initializes a new instance of UriSigningKeyProperties. |
Properties
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 |
Gets or sets Id. |
SecretVersion |
Version of the secret to be used. |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET