Udostępnij za pośrednictwem


WSFederationElement.RequireHttps Właściwość

Definicja

Pobiera lub ustawia requireHttps atrybut.

public:
 property bool RequireHttps { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireHttps", DefaultValue=true, IsRequired=false)]
public bool RequireHttps { get; set; }
[<System.Configuration.ConfigurationProperty("requireHttps", DefaultValue=true, IsRequired=false)>]
member this.RequireHttps : bool with get, set
Public Property RequireHttps As Boolean

Wartość właściwości

true aby określić, że moduł uwierzytelniania WS-Federation (WSFAM) przekierowuje tylko do bezpiecznego adresu URL dla usługi STS; w przeciwnym razie , false. Wartość domyślna to true, usługa WSFAM przekierowuje tylko do bezpiecznego adresu URL usługi STS. Opcjonalny.

Atrybuty

Dotyczy

Zobacz też