Initiates the event handling
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- userInfo
- Type: CMS.Membership UserInfo
Current info of the authenticated user (through regular authentication)
- username
- Type: System String
Username to authenticate
- password (Optional)
- Type: System String
Password to authenticate
- passcode (Optional)
- Type: System String
Passcode to authenticate
- siteName (Optional)
- Type: System String
Name of the site to which the user tries to autenticate. If the parameter is not set, current site name from context is used
Return Value
Type: AuthenticationEventArgsSee Also