Class CacheValidatorOptions
Specifies options that is related to CacheValidator operations.
Inheritance
System.Object
CacheValidatorOptions
Namespace: Cuemon.Integrity
Assembly: Cuemon.Integrity.dll
Syntax
public class CacheValidatorOptions
Constructors
| Improve this DocCacheValidatorOptions()
Initializes a new instance of the CacheValidatorOptions class.
Declaration
public CacheValidatorOptions()
Remarks
The following table shows the initial property values for an instance of CacheValidatorOptions.
Property | Initial Value |
---|---|
AlgorithmType | MD5 |
Method | Default |
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. |
Method
Gets an enumeration value of ChecksumMethod indicating how a checksum is generated.
Declaration
public ChecksumMethod Method { get; set; }
Property Value
Type | Description |
---|---|
ChecksumMethod | One of the enumeration values of ChecksumMethod that indicates how a checksum is generated. |