LaunchPermission

Describes the Access Control List (ACL) of the principals that can start new servers for this class. This value may be added under any AppID key to limit activation by remote clients of specific classes.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID
   {AppID_GUID}
      LaunchPermission = ACL

Remarks

This is a REG_BINARY value. Upon receiving a local or remote request to launch the server of this class, the ACL described by this value is checked while impersonating the client, and its success either allows or disallows the launching of the server. If this value does not exist, the DefaultLaunchPermission value is checked in the same way to determine whether the class code can be launched.

CoInitializeSecurity

DefaultLaunchPermission

Security in COM