| 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 | |
| Member | Description |
|---|---|
| Md5 | The Message Digest 5 (MD5) hashing algorithm. |
| None | No hashing algorithm is used. |
| Sha1 | The Secure Hashing Algorithm (SHA1). |
System.Object
System.ValueType
System.Enum
Dart.Common.HashAlgorithmType
Target Platforms: Microsoft .NET Framework 2.0