Class Fingerprint
A fingerprint.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class Fingerprint
Constructors
Fingerprint(String, String)
Initializes a new instance of the Fingerprint class.
Declaration
public Fingerprint(string algorithm, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | algorithm | The algorithm. |
System.String | value | The value. |
Properties
Algorithm
Gets the algorithm.
Declaration
public string Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Md2Algorithm
Gets the MD2 algorithm.
Declaration
public static string Md2Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Md5Algorithm
Gets the MD5 algorithm.
Declaration
public static string Md5Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Sha1Algorithm
Gets the SHA-1 algorithm.
Declaration
public static string Sha1Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Sha224Algorithm
Gets the SHA-224 algorithm.
Declaration
public static string Sha224Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Sha256Algorithm
Gets the SHA-256 algorithm.
Declaration
public static string Sha256Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Sha384Algorithm
Gets the SHA-384 algorithm.
Declaration
public static string Sha384Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Sha512Algorithm
Gets the SHA-512 algorithm.
Declaration
public static string Sha512Algorithm { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |