Differences
This shows you the differences between the selected revisions of the page.
2014-09-11 | 2014-10-24 | ||
webdavs (martin) | 5.6.2 Bug 1230: A SecureString can be used provide password in .NET assembly via property SessionOptions.SecurePassword. (martin) | ||
Line 27: | Line 27: | ||
| string HostName | Name of the host to connect to. Mandatory property. | | | string HostName | Name of the host to connect to. Mandatory property. | | ||
| string Password | Password for authentication. | | | string Password | Password for authentication. | | ||
+ | | [[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. &beta_feature | | ||
| 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. | | ||
| Protocol Protocol | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'' and ''Protocol.Webdav'' (&beta_feature). | | | Protocol Protocol | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'', ''Protocol.Ftp'' and ''Protocol.Webdav'' (&beta_feature). | |