UserContainerAuthenticate Method Ipswitch.Messaging.Framework
Returns the specified user if and only if the given password is correct.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public User Authenticate(
	string userId,
	string password
)

Parameters

userId
Type: SystemString
Username of the user to authenticate.
password
Type: SystemString
Password to authenticate with.

Return Value

Type: User
If successful, a User object for the specified user.
See Also

Reference