TokenInfoBuilderWithCreator - метод
Add the identifier of the employee who created the token to builder.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TokenInfoBuilder WithCreator(
Guid? createdByID
)
Public Function WithCreator (
createdByID As Guid?
) As TokenInfoBuilder
public:
TokenInfoBuilder^ WithCreator(
Nullable<Guid> createdByID
)
member WithCreator :
createdByID : Nullable<Guid> -> TokenInfoBuilder
- createdByID NullableGuid
The identifier of the employee who created the token.
TokenInfoBuilderThe current instance of
TokenInfoBuilder.