ValidatePassword

Top  Previous  Next

Object: EHL7.CommandoProcessor

FileName: EHL7.dll

 

METHOD

 

Name: ValidatePassword()

 

Parameters: None

 

Returns: Boolean

 

Description: If the PasswordRequired property of the current profile is True this function will compare the Password property to the embedded profile password and return True/False if the Password property is correct.  When too many unsuccessful validation attempts are made (3) the PasswordLimitReached property will be set to True and all future attempts will fail until the object is destroyed and recreated.

 

Programmers Note: All of the password related properties and methods are N/A unless the PasswordRequired property of the current profile is True.  Whether or not a Commando Message Processor requires a password can ONLY be set by the profile author in Commando at the time that they export the profile.

 

CommandoExport1

The export window in Commando (Version 2xx)

 

 

 

See Also: OpenRuntimeProfile(), ValidateProfile(), ApplicationPath