Holds certificate for SSL authentication.
[Visual Basic]
Public Property Certificate As Object[C#]
public object Certificate {get; set;}[JScript]
public function get,set Certificate : Object
Certificate property sets and returns object that represents the
certificate that will be used with authentication. You must setup
Authentication property prior to authenticating with your
certificate/privatekey combination.
It is used only for FTPS (or FTPSwithdata/FTPSimplicit) protocols:
wodFtpDLX.NET will check if
PrivateKey matches provided Certificate before it tries to connect.
If key is valid, it will try to authenticate on SSL level with the
server. Usually, if server accepts the authentication, it will not even
ask for a password.
wodFtpDLX.NET will in Certificate property accept:
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.