次の方法で共有


Lifetime コンストラクター (ジェネリック Nullable, ジェネリック Nullable)

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

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

Dim instance As New Lifetime(created, expires)

構文

'宣言
Public Sub New ( _
    created As Nullable(Of DateTime), _
    expires As Nullable(Of DateTime) _
)
public Lifetime (
    Nullable<DateTime> created,
    Nullable<DateTime> expires
)
public:
Lifetime (
    Nullable<DateTime> created, 
    Nullable<DateTime> expires
)
public Lifetime (
    Nullable<DateTime> created, 
    Nullable<DateTime> expires
)
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

関連項目

参照

Lifetime クラス
Lifetime メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間