Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim created As DateTime
Dim expires As DateTime

Dim instance As New Lifetime(created, expires)

Syntax

Visual Basic
Public Sub New ( _
		created As DateTime, _
		expires As DateTime _
)
C#
public Lifetime (
		DateTime created,
		DateTime expires
)
C++
public:
Lifetime (
		DateTime created, 
		DateTime expires
)
J#
public Lifetime (
		DateTime created, 
		DateTime expires
)
JScript
public function Lifetime (
		created : DateTime, 
		expires : DateTime
)

Parameters

created
expires

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also