HttpSettings.RequireHttps Property

Definition

Gets or sets <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="requireHttps")]
public bool? RequireHttps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requireHttps")>]
member this.RequireHttps : Nullable<bool> with get, set
Public Property RequireHttps As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to