Click or drag to resize
IUserProviderAuthenticateUser Method
Authenticates a user through the provider.

Namespace: ConnectedApps.Cms.Sdk.Framework
Assembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string AuthenticateUser(
	string username,
	string password
)

Parameters

username
Type: SystemString
password
Type: SystemString

Return Value

Type: String
Provider's key for the user. If authentication fails, an exception should be thrown with a descriptive message.
See Also