Summary
-scrc (Set hash function) switch.
Sets hash function for "extract" and "hash" commands.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["ISwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch"
Type["SwitchSetHashFunction"]
class Type type-node
Syntax
public class SwitchSetHashFunction : ISwitch
Properties
Name | Value | Summary |
---|---|---|
All | Switch |
Gets the "*" hash-functions. (I.e. uses all possible hash-functions.)
static
|
Blake2Sp | Switch |
Gets the blake2sp hash-function.
static
|
Crc32 | Switch |
Gets the CRC32 hash-function.
static
|
Crc64 | Switch |
Gets the CRC64 hash-function.
static
|
Sha1 | Switch |
Gets the sha1 hash-function.
static
|
Sha256 | Switch |
Gets the sha256 hash-function.
static
|
Methods
Name | Value | Summary |
---|---|---|
BuildArguments |
void |
Builds the arguments using the builder.
|