TokenInfoBuilderFactoryCreatePlain - метод
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.