WSFederationElement.PassiveRedirectEnabled Propriedade

Definição

Obtém ou define o atributo passiveRedirectEnabled.Gets or sets the passiveRedirectEnabled attribute.

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

Valor da propriedade

Boolean

true para habilitar o módulo de autenticação de WS-Federation (WSFAM) para redirecionar automaticamente solicitações não autorizadas para um STS; caso contrário, false .true to enable the WS-Federation Authentication Module (WSFAM) to automatically redirect unauthorized requests to an STS; otherwise, false. O padrão é true , as solicitações não autorizadas são redirecionadas automaticamente.The default is true, unauthorized requests are automatically redirected. Opcional.Optional.

Atributos

Aplica-se a

Confira também