of_decrypt


vg_security.pbl   >   vg_n_cst_vgmanager   >   of_decrypt   

Full name vg_n_cst_vgmanager.of_decrypt
Access public
Extend of string
Return value string
Prototype public function string of_decrypt(string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_decrypt (string as_decrypt);/*_____________________________________________________________________________
Description	:	Décrypte une chaine de caractères.
Comment		:	Cet fonction peut être surchargée de facon à changer l'algorithme de decryptage fournit en standard par Visual Guard.
Example		:	
Arguments	:	as_decrypt	: la chaine de caracteres à crypter.
Return		:	string : la chaine de caracteres décryptée.
Historique	:	
					V7.50 - HC - 07/06/2000 - Initial version
_____________________________________________________________________________*/
Return iuo_vgsecurity.of_decrypt (as_decrypt)
end function

     
Name Owner
n_cst_appmanager.pfc_logon n_cst_appmanager

     
Name Owner
vg_n_cst_vgsecurity.of_decrypt vg_n_cst_vgsecurity

     
Full name
No Data

     
Name Scope
No Data