Differences
This shows you the differences between the selected revisions of the page.
2016-03-16 | 2016-04-05 | ||
5.8.2 Bug 1394 Method Session.ScanFingerprint to scan server’s hostkey or certificate fingerprint. (martin) | Updated the property PrivateKeyPassPhrase. This was incorrectly labeled. Verified against decompiled dll and tested successfully. (74.202.241.130) (hidden) | ||
Line 30: | Line 30: | ||
| string ==Password== | Password for authentication. | | | string ==Password== | Password for authentication. | | ||
| int ==PortNumber== | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | | int ==PortNumber== | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | ||
- | | string ==PrivateKeyPassphrase== | Passphrase for encrypted private keys and client certificates, //in the latest beta version//. Use ''==SshPrivateKeyPassphrase=='' instead, //in the latest stable version//. &beta | | + | | string ==SshPrivateKeyPassphrase== | Passphrase for encrypted private keys and client certificates, //in the latest beta version//. Use ''==SshPrivateKeyPassphrase=='' instead, //in the latest stable version//. &beta | |
| Protocol ==Protocol== | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'' and ''Protocol.Webdav''. | | | Protocol ==Protocol== | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'' and ''Protocol.Webdav''. | | ||
| [[msdn>system.security.securestring|SecureString]] ==SecurePassword== | Encrypted password for authentication. Use instead of ''Password'' to reduce a number of unencrypted copies of the password in memory. | | | [[msdn>system.security.securestring|SecureString]] ==SecurePassword== | Encrypted password for authentication. Use instead of ''Password'' to reduce a number of unencrypted copies of the password in memory. | |