Class ChecksumBuilderOptions
Specifies options that is related to ChecksumBuilder operations.
Inheritance
System.Object
ChecksumBuilderOptions
Namespace: Cuemon.Integrity
Assembly: Cuemon.Integrity.dll
Syntax
public class ChecksumBuilderOptions
Constructors
| Improve this DocChecksumBuilderOptions()
Initializes a new instance of the ChecksumBuilderOptions class.
Declaration
public ChecksumBuilderOptions()
Remarks
The following table shows the initial property values for an instance of ChecksumBuilderOptions.
Property | Initial Value |
---|---|
AlgorithmType | MD5 |
Properties
| Improve this DocAlgorithmType
Gets or sets the hash algorithm to use for the checksum computation.
Declaration
public HashAlgorithmType AlgorithmType { get; set; }
Property Value
Type | Description |
---|---|
HashAlgorithmType | The hash algorithm to use for the checksum computation. |