次の方法で共有


Lifetime.Created プロパティ

定義

トークンの作成時刻 (UTC 時刻) を取得します。

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

プロパティ値

トークンが作成される UTC 時刻を表す DateTimenull の可能性があります。

注釈

子要素を <wst:Created> 表します。 この省略可能な要素は、トークンが作成される時刻を指定します。

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

適用対象