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