SSLCallBack object

The SSLCallBack object provides PowerBuilder clients with the ability to handle SSL callbacks from EAServer.

Properties

SSLCallBack property

Datatype

Description

ClassDefinition

PowerObject

An object of type PowerObject containing information about the class definition of the object or control.

Events

SSLCallBack event

Occurs

Constructor

When the object is created.

Destructor

When the object is destroyed.

Functions

SSLCallBack function

Datatype returned

Description

ClassName

String

Returns the name assigned to the object.

GetContextService

Integer

Creates a reference to a context-specific instance of the specified service.

GetCertificateLabel

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.

GetCredentialAttribute

String

Allows an SSL client to supply user credentials dynamically.

GetParent

PowerObject

Returns a reference to the name of the parent object.

GetPin

String

Obtains a PIN for use with an SSL connection.

PostEvent

Boolean

Adds an event to the end of the message queue for the object.

TriggerEvent

Integer

Triggers a specific event in the object and executes the script for the event.

TrustVerify

Long

Allows an SSL client to approve a certificate chain for use.

TypeOf

Object

Returns the type of the object.