[This is preliminary documentation and is subject to change.]
Access to certificate file handling.
| C# | Visual Basic | Visual C++ |
public interface ICertificateHandling
Public Interface ICertificateHandling
public interface class ICertificateHandling
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Certificates |
List of certificates
| |
| FileName |
File name
| |
| ForcedSaveCertificateFile()()() |
Save certificate to file. Even if the changes are not valid.
| |
| ImportCertificateFromOtherFile(String, String) |
Import certificate from an other file.
| |
| LoadCertificateFile(String, String) |
Load certificate file
| |
| Password |
Password
| |
| RemoveCertificatesFromFile(array<UInt32>[]()[]) |
Remove certificates from file.
| |
| SaveCertificateFile(String%) |
Save certificate to file.
| |
| VerifyChanges(String%) |
Verify whether the changes result in a valid certificate file.
|