TokenInfoBuilderWithExpiration - метод
Add the expiration date and time of the token to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenInfoBuilder WithExpiration(
DateTime expires
)
Public Function WithExpiration (
expires As DateTime
) As TokenInfoBuilder
public:
TokenInfoBuilder^ WithExpiration(
DateTime expires
)
member WithExpiration :
expires : DateTime -> TokenInfoBuilder
- expires DateTime
The expiration date and time of the token.
TokenInfoBuilderThe current instance of
TokenInfoBuilder.