Certificate Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Certificate Property

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

Remarks

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:

 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.