Click or drag to resize

MembershipProvidersServicesLogin Method


Logins to Ingeniux CMS site and receive authentication token

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<string> Login(
	string userName,
	string password,
	string membershipProviderName
)

Parameters

userName  String
User name
password  String
Password for User
membershipProviderName  String
Membership Provider name for given user. It is the "name" attribute value of membership provide entry in "local-membership.config".

Return Value

XHRServiceResponseGenericString
Authentication token
See Also