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.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
Function GetSignatureLength As Integer
abstract GetSignatureLength : unit -> int
Возвращаемое значение
Int32The length of the signature in bytes.