MembershipConfig Class

Template MVC

MembershipConfig Class

Manage all the authetication configuration for the MVC app
Inheritance Hierarchy
SystemObject  Template.Web.Commons.SecurityMembershipConfig

Namespace:  Template.Web.Commons.Security
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MembershipConfig

The MembershipConfig type exposes the following members.

Constructors
  NameDescription
Public methodMembershipConfig
Initializes a new instance of the MembershipConfig class
Top
Methods
  NameDescription
Public methodStatic memberInitialize
Initialized the membership configuration with the database name, the userprofile table name, the user profile primery key name and the username description column name
Top
See Also