TokenInfoBuilderFactoryCreatePlain - метод
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public TokenInfoBuilder CreatePlain(
TokenScope scope,
string description
)
Public Function CreatePlain (
scope As TokenScope,
description As String
) As TokenInfoBuilder
public:
TokenInfoBuilder^ CreatePlain(
TokenScope^ scope,
String^ description
)
member CreatePlain :
scope : TokenScope *
description : string -> TokenInfoBuilder
- scope TokenScope
The token scope.
- description String
A description of the token.
TokenInfoBuilderA new
TokenInfoBuilder configured for plain format.