SSLFTPStoreLocation Enumeration
Enumeration of certificate store locations.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public enum SSLFTPStoreLocation
Public Enumeration SSLFTPStoreLocation
public enum class SSLFTPStoreLocation
| LocalMachine | 0 | The certificate store for the local computer. |
| LocalMachineEnterprise | 1 | The certificate store for the local machine enterprise. |
| LocalMachineGroupPolicy | 2 | The certificate store for the local machine group policy. |
| Services | 3 | The certificate store for the service account. |
| Users | 4 | The certificate store for the users group of this computer. |
| CurrentUser | 5 | The certificate store for the currently logged-on user. |
| CurrentUserGroupPolicy | 6 | The certificate store for the currently logged-on group. |