IActivationSecurity Interface
The IActivationSecurity interface is exposed by objects which register themselves via CoRegisterClassObject and IRunningObjectTable::Register in order to secure access to the tables in which these objects are registered, as described above.
interface IActivationSecurity : IUnknown {
HRESULT GetSecurityDescriptor(SECURITY_DESCRIPTOR** ppSecDesc);
};