PowerTCP Telnet for .NET CF
HashAlgorithm Property
See Also  Send comments on this topic.
Dart.Common Namespace > SslInfo Class : HashAlgorithm Property




Gets the hash algorithm used for generating Message Authentication Codes (MACs).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HashAlgorithm As HashAlgorithmType
Visual Basic (Usage)Copy Code
Dim instance As SslInfo
Dim value As HashAlgorithmType
 
value = instance.HashAlgorithm
C# 
public HashAlgorithmType HashAlgorithm {get;}
Managed Extensions for C++ 
public: __property HashAlgorithmType get_HashAlgorithm();
C++/CLI 
public:
property HashAlgorithmType HashAlgorithm {
   HashAlgorithmType get();
}

Remarks

MACs are used to detect tampering and forgery.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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