DashboardTokenIsExpired - метод
Checks whether the token has expired based on the specified timestamp.
Пространство имён: Tessa.Dashboards.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public bool IsExpired(
DateTime? nowUtc = null
)
Public Function IsExpired (
Optional nowUtc As DateTime? = Nothing
) As Boolean
public:
bool IsExpired(
Nullable<DateTime> nowUtc = nullptr
)
member IsExpired :
?nowUtc : Nullable<DateTime>
(* Defaults:
let _nowUtc = defaultArg nowUtc null
*)
-> bool
- nowUtc NullableDateTime (Optional)
- The current UTC time. If not specified, UtcNow is used.
Boolean if the token has expired; otherwise,
.