Click or drag to resize

Fingerprint Class

A fingerprint.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Fingerprint type exposes the following members.

Constructors
  NameDescription
Public methodFingerprint
Initializes a new instance of the Fingerprint class.
Top
Properties
  NameDescription
Public propertyAlgorithm
Gets the algorithm.
Public propertyStatic memberMd2Algorithm
Gets the MD2 algorithm.
Public propertyStatic memberMd5Algorithm
Gets the MD5 algorithm.
Public propertyStatic memberSha1Algorithm
Gets the SHA-1 algorithm.
Public propertyStatic memberSha224Algorithm
Gets the SHA-224 algorithm.
Public propertyStatic memberSha256Algorithm
Gets the SHA-256 algorithm.
Public propertyStatic memberSha384Algorithm
Gets the SHA-384 algorithm.
Public propertyStatic memberSha512Algorithm
Gets the SHA-512 algorithm.
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also