共用方式為


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 時間的 DateTime。 可以是 null

備註

表示 <wst:Created> 子專案。 這個選擇性專案會指定建立令牌的時間。

如需此類別代表項目的詳細資訊,請參閱適用於您案例的 WS-Trust 規格:WS-Trust February 2005WS-Trust 1.3WS-Trust 1.4

適用於