XSHA512 Methods

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The XSHA512 type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetXSHA512
Asynchronusly retrieve a SHA512 hash. The XSHA512 command is non-standard and not guaranteed to work.
Public method Static member EndGetXSHA512
Ends an asynchronous call to BeginGetXSHA512()
Public method Static member GetXSHA512
Gets the SHA-512 hash of the specified file using XSHA512. 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