Click or drag to resize
MembershipUsersValidateUser Method (Guid, String, Boolean, String)
Validates a user's supplied password.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ValidateUser(
	Guid userId,
	string password,
	bool logInUser,
	string domain
)

Parameters

userId
Type: SystemGuid
The unique identifier of the user.
password
Type: SystemString
The password to validate.
logInUser
Type: SystemBoolean
If true, issues HTTP cookies to identify the user in future requests.
domain
Type: SystemString
The domain the authentication ticket cookie is issued for, if logInUser is true.
See Also