bovender framework
C# framework that implements MVVM and more
Bovender.FileHelpers Class Reference

Static Public Member Functions

static string Sha256Hash (string file)
 Computes the Sha256 hash of a given file. More...
 
static string Sha256Hash (Exception exception)
 Computes the Sha256 hash of an exception. More...
 
static string Sha1Hash (string file)
 Computes the Sha1 hash of a given file. More...
 

Detailed Description

Definition at line 27 of file FileHelpers.cs.

Member Function Documentation

static string Bovender.FileHelpers.Sha1Hash ( string  file)
inlinestatic

Computes the Sha1 hash of a given file.

Parameters
fileFile to compute the Sha1 for.
Returns
Sha1 hash.

Definition at line 74 of file FileHelpers.cs.

static string Bovender.FileHelpers.Sha256Hash ( string  file)
inlinestatic

Computes the Sha256 hash of a given file.

Parameters
fileFile to compute the Sha256 for.
Returns
Sha256 hash.

Definition at line 36 of file FileHelpers.cs.

static string Bovender.FileHelpers.Sha256Hash ( Exception  exception)
inlinestatic

Computes the Sha256 hash of an exception.

Parameters
exceptionException to compute the Sha256 for.
Returns
Sha256 hash.

Definition at line 57 of file FileHelpers.cs.


The documentation for this class was generated from the following file: