'Declaration Public Enum HashAlgorithmName Inherits System.Enum
'Usage Dim instance As HashAlgorithmName
public enum HashAlgorithmName : System.Enum
'Declaration Public Enum HashAlgorithmName Inherits System.Enum
'Usage Dim instance As HashAlgorithmName
public enum HashAlgorithmName : System.Enum
Member | Description |
---|---|
NotSupported | Indicates that the specified algorithm is not supported. |
SHA1 | Specifies the implementation of the SHA-1 algorithm. |
SHA1Managed | Specifies the managed implementation of the SHA-1 algorithm. |
SHA256Managed | Specifies the managed implementation of the SHA-256 algorithm. |
SHA384Managed | Specifies the managed implementation of the SHA-384 algorithm. |
SHA512Managed | Specifies the managed implementation of the SHA-512 algorithm. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.HashAlgorithmName
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