ITokenSignatureProviderGetSignatureLength - метод

Returns the length of the signature in bytes, which is used to create and verify the signature. This is always a relatively small number, so a byte array of this size can be allocated on the stack using stackalloc.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
int GetSignatureLength()

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

Int32
The length of the signature in bytes.

См. также