共用方式為


Lifetime.Expires 屬性

定義

取得權杖到期時間 (以 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 規格:WS-Trust February 2005WS-Trust 1.3WS-Trust 1.4

適用於