Compartir a través de


AntiforgeryOptions.RequireSsl Propiedad

Definición

Precaución

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

Esta propiedad está obsoleta y se quitará en una versión futura. La alternativa recomendada es establecer en Cookie.

true equivale a Always. false equivale a None.

Especifica si se requiere SSL para que funcione el sistema antifalsificación. Si esta configuración es "true" y una solicitud que no es SSL entra en el sistema, se producirá un error en todas las API antifalsificación.

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

Valor de propiedad

Atributos

Se aplica a