Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
tested As DateTime, _
expired As DateTime _
)
|
C# |
public FederatedSessionExpiredException (
DateTime tested,
DateTime expired
)
|
C++ |
public:
FederatedSessionExpiredException (
DateTime tested,
DateTime expired
)
|
J# |
public FederatedSessionExpiredException (
DateTime tested,
DateTime expired
)
|
JScript |
public function FederatedSessionExpiredException (
tested : DateTime,
expired : DateTime
)
|
Parameters
- tested
- expired
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also