Membership System

garyf

Member
Joined
Jul 4, 2007
Messages
5
Programming Experience
Beginner
Hi All
I want to use the Membership, roles and profiles system of ASP.NET in Winforms. Does anyone know of a step-by-step example of how this is done?
TIA
Gary
 
Desktop applications can also use the already present Windows authentication with the WindowsPrincipal and WindowsIdentity classes from System.Security.Principal namespace.
 
Back
Top