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