SwitchSetHashFunction Class

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 SwitchSetHashFunction
Gets the "*" hash-functions. (I.e. uses all possible hash-functions.)
static
Blake2Sp SwitchSetHashFunction
Gets the blake2sp hash-function.
static
Crc32 SwitchSetHashFunction
Gets the CRC32 hash-function.
static
Crc64 SwitchSetHashFunction
Gets the CRC64 hash-function.
static
Sha1 SwitchSetHashFunction
Gets the sha1 hash-function.
static
Sha256 SwitchSetHashFunction
Gets the sha256 hash-function.
static

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.

See Also

GitHub Discussion