![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Repository of Windows certificate stores. More...
#include <tsWinTLS.h>
Public Member Functions | |
| ~CertStoreRepository () | |
| Destructor: close opened stores. | |
| ::HCERTSTORE | getStore (const UString &store_name, Report &report) |
| Get or open a certificate store. | |
Static Public Member Functions | |
| static CertStoreRepository & | Instance () |
| Get the instance of the singleton of this class. | |
Repository of Windows certificate stores.
The certificate stores must remain open all the time, once open. They are closed on termination of the singleton.
|
static |
Get the instance of the singleton of this class.
Get or open a certificate store.
| [in] | store_name | Name of certificate store. One of "system", "user". |
| [in,out] | report | Where to report errors. |