次の方法で共有


Lifetime.Expires プロパティ

定義

トークンの有効期限 (UTC 時刻) を取得します。

public:
 property Nullable<DateTime> Expires { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? Expires { get; set; }
member this.Expires : Nullable<DateTime> with get, set
Public Property Expires As Nullable(Of DateTime)

プロパティ値

トークンの有効期限が切れる UTC 時刻を表す DateTimenull の可能性があります。

注釈

子要素を <wst:Expires> 表します。 この省略可能な要素は、トークンの有効期限が切れる時刻を指定します。

このクラスが表す要素について詳しくは、それぞれのシナリオに応じて、WS-Trust February 2005WS-Trust 1.3、または WS-Trust 1.4 の各 WS-Trust 仕様をご覧ください。

適用対象