HashAlgorithmEnum Enumeration

Types of hashing algorithm that can be used in a cache

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#
public enum HashAlgorithmEnum

Members

None0 No hashing is used
Md51 System.Security.Cryptography.MD5
Sha2562 System.Security.Cryptography.SHA256

See Also