Compartir a través de


FederatedAuthenticationSessionEndingException (Clase)

Indicates that the sign-in session should being terminated, and the current request is unauthenticated.

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

Uso

    Dim instance As FederatedAuthenticationSessionEndingException

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class FederatedAuthenticationSessionEndingException
    Inherits Exception
    Implements ISerializable
[SerializableAttribute] 
public class FederatedAuthenticationSessionEndingException : Exception, ISerializable
[SerializableAttribute] 
public ref class FederatedAuthenticationSessionEndingException : public Exception, ISerializable
/** @attribute SerializableAttribute() */ 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable
SerializableAttribute 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable

Notas

Throw from ValidateTicket to indicate that the current sign-in session should be terminated.

Jerarquía de herencia

System.Object
   System.Exception
    Microsoft.IdentityModel.Web.FederatedAuthenticationSessionEndingException
       Microsoft.IdentityModel.Web.FederatedSessionExpiredException

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

FederatedAuthenticationSessionEndingException (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)