Difference between revisions of "RPC HELP TVistaLogin VerifyCode"

From VistApedia
Jump to: navigation, search
(Created page with "<h2>VerifyCode Property</h2> Example <h3>Applies to</h3> TVistaLogin class Declaration property VerifyCode: St...")
 
Line 6: Line 6:
 
 
 
Declaration
 
Declaration
property VerifyCode: String;
+
    property VerifyCode: String;
 
 
 
Description
 
Description

Revision as of 03:06, 4 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.

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.