Table of Contents

Class FileTransferModels.TransferAccepted.Hash

Namespace
SmarterLink.Core.Protocol.Models
Assembly
SmarterLink.Core.dll

A hash value computed over the transferred file using a specific algorithm.

public sealed record FileTransferModels.TransferAccepted.Hash : IEquatable<FileTransferModels.TransferAccepted.Hash>
Inheritance
FileTransferModels.TransferAccepted.Hash
Implements
Inherited Members

Constructors

A hash value computed over the transferred file using a specific algorithm.

public Hash(HashingFunction HashingFunction, string Value)

Parameters

HashingFunction HashingFunction
Value string

Properties

public HashingFunction HashingFunction { get; init; }

Property Value

HashingFunction
public string Value { get; init; }

Property Value

string