Lifetime.Created 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得權杖建立時間 (以 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 2005、WS-Trust 1.3 或 WS-Trust 1.4。