Share via


UrlSigningKey Class

Definition

Url signing key

public class UrlSigningKey
type UrlSigningKey = class
Public Class UrlSigningKey
Inheritance
UrlSigningKey

Constructors

UrlSigningKey()

Initializes a new instance of the UrlSigningKey class.

UrlSigningKey(String, KeyVaultSigningKeyParameters)

Initializes a new instance of the UrlSigningKey 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.

KeySourceParameters

Gets or sets defines the parameters for using customer key vault for Url Signing Key.

Methods

Validate()

Validate the object.

Applies to