PortalSettingsContract.ValidationKey Property

Definition

Gets or sets a base64-encoded validation key to validate, that a request is coming from Azure API Management.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to