SspiSecurityToken.ValidTo 属性
定义
获取令牌的过期日期。Gets the expiration date for the token.
public:
virtual property DateTime ValidTo { DateTime get(); };
public override DateTime ValidTo { get; }
member this.ValidTo : DateTime
Public Overrides ReadOnly Property ValidTo As DateTime
属性值
一个 DateTime,表示令牌的过期日期。A DateTime that represents the expiration date for the token.