'Declaration Public Enum HashAlgorithm Inherits System.Enum
'Usage Dim instance As HashAlgorithm
public enum HashAlgorithm : System.Enum
'Declaration Public Enum HashAlgorithm Inherits System.Enum
'Usage Dim instance As HashAlgorithm
public enum HashAlgorithm : System.Enum
Member | Description |
---|---|
Md2 | Applies the MD2 algorithm. |
Md5 | Applies the MD5 algorithm. |
None | No hashing algorithm is applied. |
Sha1 | Applies the SHA-1 algorithm. |
Sha256 | Applies the SHA-256 algorithm. |
Sha384 | Applies the SHA-384 algorithm. |
Sha512 | Applies the SHA-512 algorithm. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.HashAlgorithm
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2