z/OS Open Cryptographic Services Facility Service Provider Module Developer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Certificate library Attach/Detach example

z/OS Open Cryptographic Services Facility Service Provider Module Developer's Guide and Reference
SC14-7514-00

The Certificate Library (CL) module is responsible for performing certain operations when OCSF attaches to and detaches from it. CL modules use _init in conjunction with the DLLMain routine to perform those operations, as shown in the following example.

_init
   BOOL_init( )
   {
     BOOL rc;
     rc =  DllMain(NULL, DLL_PROCESS_ATTACH, NULL);
     return (rc);
   }

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014