edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPCertificateGetCertificates Method

Returns an array of all the certificates in a particular store.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static SSLFTPCertificate[] GetCertificates(
	SSLFTPStoreLocation location,
	SSLFTPStoreName name
)

Parameters

location  SSLFTPStoreLocation
Location of store.
name  SSLFTPStoreName
Name of store.

Return Value

SSLFTPCertificate
An array of all the certificates in a particular store.

See Also