|
| 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...
|
| |
Definition at line 27 of file FileHelpers.cs.
| static string Bovender.FileHelpers.Sha1Hash |
( |
string |
file | ) |
|
|
inlinestatic |
Computes the Sha1 hash of a given file.
- Parameters
-
| file | File 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
-
| file | File 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
-
| exception | Exception 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: