Lifetime.Expires Właściwość

Definicja

Pobiera czas wygaśnięcia tokenu w czasie 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)

Wartość właściwości

Nullable<DateTime>

Wartość DateTime reprezentująca czas UTC wygaśnięcia tokenu. Może to być null .

Uwagi

Reprezentuje <wst:Expires> element podrzędny. Ten opcjonalny element określa czas wygaśnięcia tokenu.

Aby uzyskać więcej informacji na temat elementu reprezentowanego przez tę klasę, zobacz specyfikację WS-Trust, która ma zastosowanie do Twojego scenariusza: WS-Trust lutego 2005, ws-Trust 1,3lub WS-Trust 1,4.

Dotyczy