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

Nullable<DateTime>

Wartość DateTime reprezentująca czas UTC utworzenia tokenu. Może to być null .

Uwagi

Reprezentuje <wst:Created> element podrzędny. Ten opcjonalny element określa czas, w którym token jest tworzony.

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