ContentTokenHelperMaskToken - метод

Masks content access token by format: XXX...XXX, where XXX - first and last token symbols.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static string? MaskToken(
	string? token,
	int unmaskedPartLength = 3
)

Параметры

token  String
Content access token.
unmaskedPartLength  Int32  (Optional)
Length of unmasked symbols at the beginning and at the end of token.

Возвращаемое значение

String
Masked token.

См. также