Udostępnij za pośrednictwem


Lifetime.Created Właściwość

Definicja

Pobiera czas tworzenia tokenu w czasie 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)

Wartość właściwości

Obiekt DateTime reprezentujący godzinę UTC, o której jest tworzony token. Może to być null.

Uwagi

Reprezentuje element podrzędny <wst:Created> . Ten opcjonalny element określa czas utworzenia 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 luty 2005, WS-Trust 1.3 lub WS-Trust 1.4.

Dotyczy