Compartir a través de


WSFederationAuthenticationModule.PassiveRedirectEnabled (Propiedad)

Specifies whether the module is enabled to initiate WS-Federation passive protocol redirects. This mode of operation of the module enables its use in scenarios that do not employ the Federated Passive SignIn ASP.NET control.

Espacio de nombres: Microsoft.IdentityModel.Web
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WSFederationAuthenticationModule
Dim value As Boolean

value = instance.PassiveRedirectEnabled

instance.PassiveRedirectEnabled = value

Sintaxis

'Declaración
Public Property PassiveRedirectEnabled As Boolean
public bool PassiveRedirectEnabled { get; set; }
public:
property bool PassiveRedirectEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_PassiveRedirectEnabled ()

/** @property */
public void set_PassiveRedirectEnabled (boolean value)
public function get PassiveRedirectEnabled () : boolean

public function set PassiveRedirectEnabled (value : boolean)

Valor de propiedad

Returns Boolean.

Notas

The module will not initiate passive protocol redirects when this mode is not enabled.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSFederationAuthenticationModule (Clase)
WSFederationAuthenticationModule (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)