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
Hash(HashingFunction, string)
A hash value computed over the transferred file using a specific algorithm.
public Hash(HashingFunction HashingFunction, string Value)
Parameters
HashingFunctionHashingFunctionValuestring
Properties
HashingFunction
public HashingFunction HashingFunction { get; init; }
Property Value
Value
public string Value { get; init; }