Class HashingMethods
Inheritance
System.Object
HashingMethods
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public static class HashingMethods
Methods
Calculate(Object)
Declaration
public static RawHash Calculate(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Calculate(Object[])
Declaration
public static RawHash Calculate(params object[] objects)
Parameters
Type |
Name |
Description |
System.Object[] |
objects |
|
Returns
Calculate<T>(Object)
Declaration
public static RawHash Calculate<T>(object obj)where T : HashAlgorithm
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type Parameters
Calculate<T>(Object[])
Declaration
public static RawHash Calculate<T>(params object[] objects)where T : HashAlgorithm
Parameters
Type |
Name |
Description |
System.Object[] |
objects |
|
Returns
Type Parameters
CalculateFile(String)
Declaration
public static RawHash CalculateFile(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Returns
CalculateFile<T>(String)
Declaration
public static RawHash CalculateFile<T>(string filePath)where T : HashAlgorithm
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Returns
Type Parameters
CalculateStream(Stream)
Declaration
public static RawHash CalculateStream(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
CalculateStream<T>(Stream)
Declaration
public static RawHash CalculateStream<T>(Stream stream)where T : HashAlgorithm
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
Type Parameters