Xceed Words for .NET v4.0 Documentation
HashAlgorithmName Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : HashAlgorithmName Enumeration
Value which defines the names that can be used to refer to specific implementations of hashing algorithms.
Syntax
'Declaration
 
Public Enum HashAlgorithmName 
   Inherits System.Enum
'Usage
 
Dim instance As HashAlgorithmName
public enum HashAlgorithmName : System.Enum 
Members
MemberDescription
NotSupportedIndicates that the specified algorithm is not supported.
SHA1Specifies the implementation of the SHA-1 algorithm.
SHA1ManagedSpecifies the managed implementation of the SHA-1 algorithm.
SHA256ManagedSpecifies the managed implementation of the SHA-256 algorithm.
SHA384ManagedSpecifies the managed implementation of the SHA-384 algorithm.
SHA512ManagedSpecifies the managed implementation of the SHA-512 algorithm.
Remarks
These mainly refer to managed variants of common hashing algorithms.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.HashAlgorithmName

Requirements

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

See Also

Reference

Xceed.Document.NET Namespace