UserSecurityServicesValidateUserPassword Method |
Validates the password of a FactoryLogix user.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool ValidateUserPassword(
Guid sessionId,
string userName,
string password
)
Public Function ValidateUserPassword (
sessionId As Guid,
userName As String,
password As String
) As Boolean
public:
virtual bool ValidateUserPassword(
Guid sessionId,
String^ userName,
String^ password
) sealed
abstract ValidateUserPassword :
sessionId : Guid *
userName : string *
password : string -> bool
override ValidateUserPassword :
sessionId : Guid *
userName : string *
password : string -> bool
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:
BooleanA value of true is returned if the specified password is valid for the specified
User. Otherwise, a value of false is returned.
See Also