XSHA256 Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The XSHA256 type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetXSHA256
Asynchronusly retrieve a SHA256 hash. The XSHA256 command is non-standard and not guaranteed to work.
Public method Static member EndGetXSHA256
Ends an asynchronous call to BeginGetXSHA256()
Public method Static member GetXSHA256
Gets the SHA-256 hash of the specified file using XSHA256. This is a non-standard extension to the protocol and may or may not work. A FtpCommandException will be thrown if the command fails.

See Also