Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 276253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:53:30+00:00 2026-05-12T00:53:30+00:00

I have a COM inproc DLL that we are using in our product. Now

  • 0

I have a COM inproc DLL that we are using in our product.
Now if someone finds out which interface and APIs we have exposed from the DLL then those APIs can be called easily.

Is there a way to stop unknown applications from calling my APIs?

Can we add some signature in COM?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T00:53:30+00:00Added an answer on May 12, 2026 at 12:53 am

    The formal way of controlling use of your object is by implementing IClassFactory2 on the class factory that creates your COM objects.

    Here’s a link at MSDN explaining the interface.

    IClassFactory2 at MSDN

    The benefit of creating an implementation is that nobody can fetch an instance without clearing the hurdles of registration through IClassFactory2.

    The downside is that you’ll have to inspect all the locations where you are creating an object, to make sure that they haven’t broken. Creating instances becomes more burdensome, although some languages already have facilities to make the process less painful (ex. VB6).

    If you are trying to protect an object that has a lot of instantiation activity, you might want to go with Mastermind’s method of adding a key parameter, or add an unlock method of some sort to your interfaces that must be called correctly before the component behind it can be used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have COM dll that I am using in C++/Cli, one of the method
We have a COM dll written in delphi in our bin folder that call
We have a COM object implemented with C++/ATL that includes a method which will
I have com across an article which states that .COM files are better for
I have a COM dll that is working fine as an in-proc server and
I have a COM component (in C#) that has the following interface: namespace InterOp
I have a COM Interop DLL that I'm automatically generating from an existing COM
I have a COM visible .NET DLL file that is being used as an
I have a (com) c++ project, which uses a (.net) c++ dll. The project
I have some COM component which I call from some c# dll. I also

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.