Lifetime 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 <wst:Lifetime>
元素。
public ref class Lifetime
public class Lifetime
type Lifetime = class
Public Class Lifetime
- 继承
-
Lifetime
注解
在 或 wst:RequestSecurityTokenResponse
消息中wst:RequestSecurityToken
使用此可选元素来指示令牌的所需或必需的生存期。 所有时间均以 UTC 时间指定。
有关此类代表的元素的详细信息,请参阅适用于你的方案的 WS-Trust 规范:WS-Trust 2005 年 2 月、WS-Trust 1.3 或 WS-Trust 1.4。
构造函数
Lifetime(DateTime, DateTime) |
使用指定的创建和过期时间初始化 Lifetime 类的新实例。 |
Lifetime(Nullable<DateTime>, Nullable<DateTime>) |
使用指定的创建和过期时间初始化 Lifetime 类的新实例。 |
属性
Created |
获取在 UTC 时间的标记的创建时间。 |
Expires |
获取在 UTC 时间的标记到期的时间。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |