Share via


UrlSigningKey.KeyId Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="keyId")]
public string KeyId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyId")>]
member this.KeyId : string with get, set
Public Property KeyId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to