IUserProviderAuthenticateUser Method |
Authenticates a user through the provider.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring AuthenticateUser(
string username,
string password
)
Function AuthenticateUser (
username As String,
password As String
) As String
String^ AuthenticateUser(
String^ username,
String^ password
)
abstract AuthenticateUser :
username : string *
password : string -> string
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
Return Value
Type:
StringProvider's key for the user. If authentication fails, an exception should be thrown with a descriptive message.
See Also