Share via


AntiforgeryOptions.RequireSsl Property

Definition

Caution

This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.

This property is obsolete and will be removed in a future version. The recommended alternative is to set <seealso cref="P:Microsoft.AspNetCore.Http.CookieBuilder.SecurePolicy"></seealso> on Cookie.

true is equivalent to Always. false is equivalent to None.

Specifies whether SSL is required for the antiforgery system to operate. If this setting is 'true' and a non-SSL request comes into the system, all antiforgery APIs will fail.

public:
 property bool RequireSsl { bool get(); void set(bool value); };
public bool RequireSsl { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.")]
public bool RequireSsl { get; set; }
member this.RequireSsl : bool with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.")>]
member this.RequireSsl : bool with get, set
Public Property RequireSsl As Boolean

Property Value

Attributes

Applies to