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 仕様 ( 2005 年 2 月WS-TrustWS-Trust 1.3、または WS-Trust 1.4) を参照してください。

適用対象