Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Role-based Authorization - VBA

Status
Not open for further replies.

czchrn7k

MIS
Aug 7, 2004
31
0
0
US
The IIdentity and IPrincipal classes are used for role-based authorization in .NET. If VBA or VB6 application needs to authorize users based on roles, how is this possible, assuming it is difficult to convert the vb6 to a .net app? Is there a way of creating a class involving a Runtime Callable Wrapper(RCW) to expose the IPrincipal interface to be used within the vb6 app (COM). Any Suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top