LoadLibrary method: Crypt class

Syntax

LoadLibrary(LibraryFile, LibraryID)

Description

Use the LoadLibrary method to specify the encryption library to be used. This method is generally used when either your underlying library changes (such as, a new version, added algorithms, and so on) or you have your written own library and you need to load the metadata into the PeopleSoft system.

Parameters

Parameter Description

LibraryFile

Specify the name of the file containing the encryption library as a string. You do not have to specify a full path name. The delivered OpenSSL library is pspetssl.dll. The delivered PGP library is pspetpgp.dll.

LibraryID

Specify the name of the library, as a string.

Returns

None.