CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Security object

  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Security object

    I'm going to start a COM object that basically checks user password only. If the password is okay, then i return the an interface pointer of an object that the application request for, but by the way, how can i disable that all objects must use the security object to obtain a pointer to the target objects ???


  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: Security object

    One of the approaches you can try is - have all your other components aggregated by the Security component. Also you need to modify the ClassFactories of all components to ensure that they are created as aggregated components to the Security component only.
    Hope this helps.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured