The cert store should be created in the ctor of new instances of HttpFilteringEngineControl, instead of created if not already created whenever ::Start() is called. The cert store is meant to persist throughout the lifetime of the parent object anyway, and access to things such as the current root ca (available via the cert store member) should be available immediately.
The cert store should be created in the ctor of new instances of
HttpFilteringEngineControl
, instead of created if not already created whenever::Start()
is called. The cert store is meant to persist throughout the lifetime of the parent object anyway, and access to things such as the current root ca (available via the cert store member) should be available immediately.