Click or drag to resize

UserSecurityServicesValidateUserPassword Method

Validates the password of a FactoryLogix user.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public bool ValidateUserPassword(
	Guid sessionId,
	string userName,
	string password
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
userName
Type: SystemString
The username of the user account whose certifications are to be updated.
password
Type: SystemString
The password associated with the FactoryLogix user.

Return Value

Type: Boolean
A value of true is returned if the specified password is valid for the specified User. Otherwise, a value of false is returned.
See Also