IObjectCacheBaseHashAlgorithm Property
Get or set the hashalgoritm for the cache. The default value is MD5.
To turn off hashing set the value to HashAlgorithmEnum.None
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
HashAlgorithmEnum HashAlgorithm { get; set; }
Property HashAlgorithm As HashAlgorithmEnum
Get
Set
property HashAlgorithmEnum HashAlgorithm {
HashAlgorithmEnum get ();
void set (HashAlgorithmEnum value);
}
abstract HashAlgorithm : HashAlgorithmEnum with get, set
Property Value
HashAlgorithmEnum