TokenSignatureProviderGetSignatureLength - метод

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.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public virtual int GetSignatureLength()

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

Int32
The length of the signature in bytes.

Реализации

ITokenSignatureProviderGetSignatureLength

См. также