Flow.Net
Show / Hide Table of Contents

Class UserMessage

Inheritance
Object
UserMessage
Namespace: Flow.Net.Sdk.Core
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public static class UserMessage

Methods

| Improve this Doc View Source

Sign(Byte[], ISigner)

Signs the full user message (UserDomainTag + message).

Declaration
public static byte[] Sign(byte[] message, ISigner signer)
Parameters
Type Name Description
Byte[] message
ISigner signer
Returns
Type Description
Byte[]

Signed message as Byte[].

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX