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