Table of Contents

Interface ISignedMessage<T>

Namespace
Savvyio.Messaging.Cryptography
Assembly
Savvyio.Core.dll

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

Signature

Gets the cryptographic signature of the message.

string Signature { get; }

Property Value

String

The cryptographic signature of the message.