of_setappkey


vg_security.pbl   >   vg_n_cst_vgmanager   >   of_setappkey   

Full name vg_n_cst_vgmanager.of_setappkey
Access public
Extend of integer
Return value integer
Prototype public function integer of_setappkey(readonly string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setappkey (readonly string as_appkey);/*_____________________________________________________________________________
Description	:	Specifies the Application Key. 
Usage			:	You must use this function to declare an application. The application key passed as argument must be
					same as that defined in the "Developper Workshop" application.
					By default, Visual Guard uses the name of the application object like application key.
Example		:	This example indicates to Visual Guard the key of the application which requires has to be protected.
						...
						guo_vgsecurity.of_setappkey ("MYAPPKEY")
						...
Argument		:	as_appkey : A string indicating the application key. 
Return		:	1 if it succeeds and -1 if an error occurs.
History		:	
					BT  - 07/06/2000 - Initial version
_____________________________________________________________________________*/
Return iuo_vgsecurity.of_setappkey(as_appkey)
end function

     
Name Owner
No Data

     
Name Owner
vg_n_cst_vgsecurity.of_setappkey vg_n_cst_vgsecurity

     
Full name
No Data

     
Name Scope
No Data