edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns an array of all the certificates in a particular store.

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

Syntax

C#
public static SSLFTPCertificate[] GetCertificates(
	SSLFTPStoreLocation location,
	SSLFTPStoreName name
)
Visual Basic
Public Shared Function GetCertificates ( _
	location As SSLFTPStoreLocation, _
	name As SSLFTPStoreName _
) As SSLFTPCertificate()
Visual C++
public:
static array<SSLFTPCertificate^>^ GetCertificates(
	SSLFTPStoreLocation location, 
	SSLFTPStoreName name
)

Parameters

location
Type: EnterpriseDT.Net.Ftp.Ssl..::..SSLFTPStoreLocation
Location of store.
name
Type: EnterpriseDT.Net.Ftp.Ssl..::..SSLFTPStoreName
Name of store.

Return Value

An array of all the certificates in a particular store.

See Also