AuthenticationHandler StartEvent Method (UserInfo , String, String, String, String)Kentico 8.1 API Reference
Initiates the event handling

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

userInfo
Type: CMS.Membership UserInfo 
Current info of the authenticated user (through regular authentication)
username
Type: OnlineSystem String
Username to authenticate
password (Optional)
Type: OnlineSystem String
Password to authenticate
passcode (Optional)
Type: OnlineSystem String
Passcode to authenticate
siteName (Optional)
Type: OnlineSystem 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: AuthenticationEventArgs
See Also