WSFederationAuthenticationElement.PassiveRedirectEnabled (Propiedad)
Espacio de nombres: Microsoft.IdentityModel.Web.Configuration
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSFederationAuthenticationElement Dim value As Boolean value = instance.PassiveRedirectEnabled
Sintaxis
'Declaración
<ConfigurationPropertyAttribute("passiveRedirectEnabled", DefaultValue:=True, IsRequired:=False)> _
Public ReadOnly Property PassiveRedirectEnabled As Boolean
[ConfigurationPropertyAttribute("passiveRedirectEnabled", DefaultValue=true, IsRequired=false)]
public bool PassiveRedirectEnabled { get; }
[ConfigurationPropertyAttribute(L"passiveRedirectEnabled", DefaultValue=true, IsRequired=false)]
public:
property bool PassiveRedirectEnabled {
bool get ();
}
/** @property */
public boolean get_PassiveRedirectEnabled ()
public function get PassiveRedirectEnabled () : boolean
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
WSFederationAuthenticationElement (Clase)
WSFederationAuthenticationElement (Miembros)
Microsoft.IdentityModel.Web.Configuration (Espacio de nombres)