edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Enumeration of certificate store locations.

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

Syntax

C#
public enum SSLFTPStoreLocation
Visual Basic
Public Enumeration SSLFTPStoreLocation
Visual C++
public enum class SSLFTPStoreLocation

Members

Member nameValueDescription
LocalMachine0The certificate store for the local computer.
LocalMachineEnterprise1The certificate store for the local machine enterprise.
LocalMachineGroupPolicy2The certificate store for the local machine group policy.
Services3The certificate store for the service account.
Users4The certificate store for the users group of this computer.
CurrentUser5The certificate store for the currently logged-on user.
CurrentUserGroupPolicy6The certificate store for the currently logged-on group.

See Also