Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim created As Nullable(Of DateTime)
Dim expires As Nullable(Of DateTime)
Dim instance As New Lifetime(created, expires)
|
Syntax
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>
)
|
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