SessionSecurityToken.ValidFrom 属性

定义

获取此标记有效的时间。Gets the time instant from which the token is valid.

public:
 virtual property DateTime ValidFrom { DateTime get(); };
public override DateTime ValidFrom { get; }
member this.ValidFrom : DateTime
Public Overrides ReadOnly Property ValidFrom As DateTime

属性值

DateTime

从标记变为有效的时间。The time from which the token is valid.

适用于