martin wrote:
Hi,
I'm trying to use this method (scanfingerprint), however, I'm getting the following error message:
Error 1 'WinSCP.Session' does not contain a definition for 'ScanFingerprint' and no extension method 'ScanFingerprint' accepting a first argument of type 'WinSCP.Session' could be found (are you missing a using directive or an assembly reference?)
I installed WinSCPnet using Visual Studio Nuget Package Manager and the installed version is 5.7.5.
In addition, I tried to use the fingerprint generated by WinSCP UI on SessionOptions but it doesn't match with the validation regular expression.
Thanks,