PowerTCP Telnet for .NET CF
HashAlgorithmType Enumeration
See Also  Send comments on this topic.
Dart.Common Namespace : HashAlgorithmType Enumeration




Specifies the algorithm used for generating message authentication codes (MACs).

Syntax

Visual Basic (Declaration) 
Public Enum HashAlgorithmType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As HashAlgorithmType
C# 
public enum HashAlgorithmType : System.Enum 
Managed Extensions for C++ 
__value public enum HashAlgorithmType : public System.Enum 
C++/CLI 
public enum class HashAlgorithmType : public System.Enum 

Members

MemberDescription
Md5 The Message Digest 5 (MD5) hashing algorithm.
None No hashing algorithm is used.
Sha1 The Secure Hashing Algorithm (SHA1).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Common.HashAlgorithmType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.