Table of Contents

Class AsiBackboneAcknowledgmentChallengeRequest

Namespace
AsiBackbone.AspNetCore.Handshakes
Assembly
AsiBackbone.AspNetCore.dll

Represents a host-submitted acknowledgment challenge response payload.

public sealed class AsiBackboneAcknowledgmentChallengeRequest
Inheritance
AsiBackboneAcknowledgmentChallengeRequest
Inherited Members

Properties

Acknowledged

Gets or sets a value indicating whether the actor accepted the acknowledgment challenge.

public bool Acknowledged { get; set; }

Property Value

bool

AcknowledgmentCode

Gets or sets the acknowledgment code submitted by the actor.

public string? AcknowledgmentCode { get; set; }

Property Value

string

HandshakeId

Gets or sets the handshake identifier being acknowledged or rejected.

public string? HandshakeId { get; set; }

Property Value

string

Metadata

Gets or sets optional host-provided response metadata.

public IReadOnlyDictionary<string, string>? Metadata { get; set; }

Property Value

IReadOnlyDictionary<string, string>