Indicates that the sign-in session should being terminated, and the current request is unauthenticated.
Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As FederatedAuthenticationSessionEndingException

Синтаксис

Visual Basic
<SerializableAttribute> _
Public Class FederatedAuthenticationSessionEndingException
		Inherits Exception
		Implements ISerializable
C#
[SerializableAttribute] 
public class FederatedAuthenticationSessionEndingException : Exception, ISerializable
C++
[SerializableAttribute] 
public ref class FederatedAuthenticationSessionEndingException : public Exception, ISerializable
J#
/** @attribute SerializableAttribute() */ 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable
JScript
SerializableAttribute 
public class FederatedAuthenticationSessionEndingException extends Exception implements ISerializable

Примечания

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


Иерархия наследования

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

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также