Difference between revisions of "RPC HELP TVistaLogin VerifyCode"

From VistApedia
Jump to: navigation, search
 
Line 3: Line 3:
  
 
<h3>Applies to</h3>
 
<h3>Applies to</h3>
[[RPC_HELP_TVistaLogin|TVistaLogin]] class
+
    [[RPC_HELP_TVistaLogin|TVistaLogin]] class
 
 
Declaration
+
<h3>Declaration</h3>
 
     property VerifyCode: String;
 
     property VerifyCode: String;
 
 
Description
+
<h3>Description</h3>
 
The '''VerifyCode''' property is available at run-time only. It holds the Verify code for lmAVCodes mode of [[RPC_HELP_Silent_Login|Silent Login]]. Like the [[RPC_HELP_TVistaLogin_AccessCode|AccessCode]] property, the user's Verify code is also encrypted before it is transmitted to the VistA M Server.
 
The '''VerifyCode''' property is available at run-time only. It holds the Verify code for lmAVCodes mode of [[RPC_HELP_Silent_Login|Silent Login]]. Like the [[RPC_HELP_TVistaLogin_AccessCode|AccessCode]] property, the user's Verify code is also encrypted before it is transmitted to the VistA M Server.
 
 
For more information on Verify codes, please refer to the "Part 1: Sign-On/Security" section in the "Kernel Systems Manual."
+
NOTE: For more information on Verify codes, please refer to the "Part 1: Sign-On/Security" section in the "Kernel Systems Manual."
 
 
For a demonstration using the lmAVCodes, please run the lmAVCodes_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.
+
NOTE: For a demonstration using the lmAVCodes, please run the lmAVCodes_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.

Latest revision as of 18:44, 8 July 2015

VerifyCode Property

Example

Applies to

   TVistaLogin class

Declaration

   property VerifyCode: String;

Description

The VerifyCode property is available at run-time only. It holds the Verify code for lmAVCodes mode of Silent Login. Like the AccessCode property, the user's Verify code is also encrypted before it is transmitted to the VistA M Server.

NOTE: For more information on Verify codes, please refer to the "Part 1: Sign-On/Security" section in the "Kernel Systems Manual."

NOTE: For a demonstration using the lmAVCodes, please run the lmAVCodes_Demo.EXE located in the ..\BDK32\Samples\SilentSignOn directory.