active directory asp.net forms authentication in asp.net mvc 3

jwrjis

New Member
I have to implement an interface like this:\[code\]interface IMembershipWrapper{ Guid GetUserId(); Guid GetUserId(string username, bool userIsOnline); bool ValidateUser(string userName, string password);
 
Back
Top