edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns an X509Certificate object that corresponds to this certificate.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public X509Certificate GetX509()
Visual Basic
Public Function GetX509 As X509Certificate
Visual C++
public:
X509Certificate^ GetX509()

Return Value

An X509Certificate instance.

See Also