Lifetime.Expires プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークンの有効期限を 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 時刻を表す DateTime 。
null の可能性があります。
注釈
<wst:Expires>子要素を表します。 この省略可能な要素は、トークンの有効期限が切れる時刻を指定します。
このクラスが表す要素の詳細については、シナリオに適用される WS-Trust 仕様 ( 2005 年 2 月WS-Trust、 WS-Trust 1.3、または WS-Trust 1.4) を参照してください。