Gets the algorithm that was used to compute the hash
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public FtpHashAlgorithm Algorithm { get; internal set; } |
| Visual Basic |
|---|
Public Property Algorithm As FtpHashAlgorithm Get Friend Set |
| Visual C++ |
|---|
public: property FtpHashAlgorithm Algorithm { FtpHashAlgorithm get (); internal: void set (FtpHashAlgorithm value); } |