COM Addin Security

S

sridhar.baldava

Hi,

I am planning to distribute a COM Addin (*.DLL) for excel that has
some proprietary functions. Is there a better way to prevent a group
users from using the functions inside the DLL? Right now I have a
private variable that is set to "valid" if the user meets certain
criteria and "invalid" otherwise in the OnConnection procedure. Each
function then checks for the validity and returns garbage if invalid.
This adds considerable overhead to the functions. I am looking for a
quick way to do this without adding too much overhead.

Thanks,
Sridhar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top