| 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(); } | |
MACs are used to detect tampering and forgery.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code