The SSLCallBack object provides PowerBuilder clients with the ability to handle SSL callbacks from EAServer.
| SSLCallBack property | Datatype | Description | 
|---|---|---|
| ClassDefinition | PowerObject | An object of type PowerObject containing information about the class definition of the object or control. | 
| SSLCallBack event | Occurs | 
|---|---|
| When the object is created | |
| When the object is destroyed | 
| SSLCallBack function | Datatype returned | Description | 
|---|---|---|
| String | Returns the name assigned to the object | |
| Integer | Creates a reference to a context-specific instance of the specified service | |
| String | Allows an SSL client to select a certificate label to use from a list of certificate labels passed as an argument to the function | |
| String | Allows an SSL client to supply user credentials dynamically | |
| PowerObject | Returns a reference to the name of the parent object | |
| String | Obtains a PIN for use with an SSL connection | |
| Boolean | Adds an event to the end of the message queue for the object | |
| Integer | Triggers a specific event in the object and executes the script for the event | |
| Long | Allows an SSL client to approve a certificate chain for use | |
| Object | Returns the type of the object |