Lifetime.Created 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 规范: 200WS-Trust 5 年 2 月WS-Trust 1.3 或 WS-Trust 1.4。