Class Fingerprint
Represents a digital fingerprint of a data file.
Inheritance
System.Object
Fingerprint
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Fingerprint : object
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 |
---|---|
System.String |
AlgorithmVersion
Gets or sets the algorithm version.
Declaration
public string AlgorithmVersion { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |