Click or drag to resize
AuthenticationHandlerStartEvent Method (UserInfo, String, String, String, String)
Initiates the event handling

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax
C#
public 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