Show / Hide Table of Contents

Class Fingerprint

Represents a digital fingerprint of a data file.

Inheritance
object
Fingerprint
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Fingerprint

Constructors

Fingerprint()

Initializes a new instance of the Fingerprint class.

Declaration
public Fingerprint()

Properties

AlgorithmSpecification

Gets or sets the name of the fingerprint algorithm.

Declaration
public string AlgorithmSpecification { get; set; }
Property Value
Type Description
string

AlgorithmVersion

Gets or sets the algorithm version.

Declaration
public string AlgorithmVersion { get; set; }
Property Value
Type Description
string

ContentType

Gets or sets whether the file or the file's contents were fingerprinted.

Declaration
public FingerprintContent ContentType { get; set; }
Property Value
Type Description
FingerprintContent

FingerprintValue

Gets or sets the fingerprint value.

Declaration
public string FingerprintValue { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX