Authenticates user against the database.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- userName
- Type: System String
User name to authenticate
- password
- Type: System String
Password to authenticate
- siteName
- Type: System String
Site name
- login (Optional)
- Type: System Boolean
Indicates if methods is called during user login
- source (Optional)
- Type: AuthenticationSourceEnum
Source of calling
Return Value
Type: UserInfoSee Also