Removes a certificate from a specific certificate store.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static void RemoveFromStore( SSLFTPCertificate certificate, SSLFTPStoreLocation location, SSLFTPStoreName name ) |
| Visual Basic |
|---|
Public Shared Sub RemoveFromStore ( _ certificate As SSLFTPCertificate, _ location As SSLFTPStoreLocation, _ name As SSLFTPStoreName _ ) |
| Visual C++ |
|---|
public: static void RemoveFromStore( SSLFTPCertificate^ certificate, SSLFTPStoreLocation location, SSLFTPStoreName name ) |
Parameters
- certificate
- Type: EnterpriseDT.Net.Ftp.Ssl..::..SSLFTPCertificate
Certificate to remove.
- location
- Type: EnterpriseDT.Net.Ftp.Ssl..::..SSLFTPStoreLocation
Location of store.
- name
- Type: EnterpriseDT.Net.Ftp.Ssl..::..SSLFTPStoreName
Name of store.