Lifetime.Created 属性

定义

获取在 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)

属性值

DateTime 表示标记创建的 UTC 时间。 可以为 null

注解

表示 <wst:Created> 子元素。 此可选元素指定创建令牌的时间。

有关此类代表的元素的详细信息,请参阅适用于你的方案的 WS-Trust 规范:WS-Trust 2005 年 2 月WS-Trust 1.3WS-Trust 1.4

适用于