Partager via


Classe FederatedAuthenticationSessionEndingException

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

Espace de noms: Microsoft.IdentityModel.Web
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As FederatedAuthenticationSessionEndingException

Syntaxe

'Déclaration
<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

Remarques

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

Hiérarchie d'héritage

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

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Membres FederatedAuthenticationSessionEndingException
Espace de noms Microsoft.IdentityModel.Web