RsaSecurityToken.ValidTo 属性
定义
获取此安全令牌有效的最后时刻。Gets the last instant in time at which this security token is valid.
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 last instant in time at which this security token is valid.
注解
RsaSecurityToken 安全令牌从不过期。The RsaSecurityToken security token never expires.