Udostępnij za pośrednictwem


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

Element DateTime reprezentujący godzinę UTC, w której wygasa token. Może to być null.

Uwagi

Reprezentuje element podrzędny <wst:Expires> . 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 danego scenariusza: WS-Trust z lutego 2005 r., WS-Trust 1.3 lub WS-Trust 1.4.

Dotyczy