Table of Contents

ISignedMessage<T> Interface

Definition

Defines a generic way to wrap an IRequest inside a cryptographically signed message.

public interface ISignedMessage<out T> : IMessage<T>, IAcknowledgeable where T : IRequest

Type Parameters

T

The type of the payload constraint to the IRequest interface.

Inherited Members
Extension Methods

Properties

Name Description
Signature

Gets the cryptographic signature of the message.