|
static string | Sha256Hash (string file) |
| Computes the Sha256 hash of a given file. More...
|
|
static string | Sha1Hash (string file) |
| Computes the Sha1 hash of a given file. More...
|
|
static string | Sha256Hash (string file) |
| Computes the Sha256 hash of a given file. More...
|
|
static string | Sha1Hash (string file) |
| Computes the Sha1 hash of a given file. More...
|
|
◆ Sha1Hash() [1/2]
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.
◆ Sha1Hash() [2/2]
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.
◆ Sha256Hash() [1/2]
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
- Sha1 hash.
◆ Sha256Hash() [2/2]
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
- Sha1 hash.
The documentation for this class was generated from the following file: