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.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public virtual int GetSignatureLength()
Public Overridable Function GetSignatureLength As Integer
public:
virtual int GetSignatureLength()
abstract GetSignatureLength : unit -> int
override GetSignatureLength : unit -> int
Int32The length of the signature in bytes.
ITokenSignatureProviderGetSignatureLength