Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim created As Nullable(Of DateTime)
Dim expires As Nullable(Of DateTime)

Dim instance As New Lifetime(created, expires)

Синтаксис

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

Параметры

created
expires

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также