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

SSLFTPStoreLocation Enumeration

Enumeration of certificate store locations.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public enum SSLFTPStoreLocation

Members

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