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

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
HashAlgorithmEnum HashAlgorithm { get; set; }

Property Value

HashAlgorithmEnum

See Also