Table of Contents

Method Create

Namespace
MailFathom.Application.Emails.Embeddings
Assembly
MailFathom.Application.dll

Create(string)

Reads back a fingerprint that was written earlier.

public static EmbeddingProfileFingerprint Create(string value)

Parameters

value string

The sixty-four lowercase hexadecimal characters a registered profile carries.

Returns

EmbeddingProfileFingerprint

The fingerprint.

Exceptions

ArgumentNullException

Thrown when value is null.

ArgumentException

Thrown when the value is not a lowercase hexadecimal SHA-256 digest.