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

適用対象