| AuthenticationHandlerStartEvent Method (UserInfo, String, String, String, String) | 
            Initiates the event handling
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic AuthenticationEventArgs StartEvent(
	ref UserInfo userInfo,
	string username,
	string password = "",
	string passcode = "",
	string siteName = null
)
Parameters
- userInfo
- Type: CMS.MembershipUserInfo
 Current info of the authenticated user (through regular authentication)
- username
- Type: SystemString
 Username to authenticate
- password (Optional)
- Type: SystemString
 Password to authenticate
- passcode (Optional)
- Type: SystemString
 Passcode to authenticate
- siteName (Optional)
- Type: SystemString
 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: 
AuthenticationEventArgs See Also
See Also