Table of Contents

Class Hash.Sha256Hash

Namespace
Fabricator.Resources
Assembly
Fabricator.Resources.dll
[CompilationMapping(SourceConstructFlags.ObjectType)]
public class Hash.Sha256Hash
Inheritance
Hash.Sha256Hash
Inherited Members

Constructors

Sha256Hash(string)

public Sha256Hash(string value)

Parameters

value string

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

OfBytes(byte[])

public static Hash.Sha256Hash OfBytes(byte[] bytes)

Parameters

bytes byte[]

Returns

Hash.Sha256Hash

OfFile(AbsolutePath)

public static FSharpAsync<Hash.Sha256Hash> OfFile(AbsolutePath path)

Parameters

path AbsolutePath

Returns

FSharpAsync<Hash.Sha256Hash>

OfString(string)

public static Hash.Sha256Hash OfString(string value)

Parameters

value string

Returns

Hash.Sha256Hash

ToString()

public override string ToString()

Returns

string