Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

GetGlobalProperty – PB Docs 150 – PowerBuilder Library

GetGlobalProperty – PB Docs 150

GetGlobalProperty PowerScript function

Description

Returns the value of an SSL global property. This function
is used by PowerBuilder clients connecting to EAServer.

Controls

SSLServiceProvider object

Syntax

Argument

Description

sslserviceprovider

Reference to the SSLServiceProvider service
instance.

property

The name of the SSL property for which
you want to return values.

For a complete list of supported SSL properties, see your EAServer documentation or the
online Help for the Connection object.

values

An array of string values for the specified
SSL property.

Return Values

Long. Returns one of the following values:

  •  0 Success

  • -1 Unknown property

  • -3 Property has no value

  • -10 An EAServer or
    SSL failure has occurred

  • -11 Bad argument list

Usage

The GetGlobalProperty function allows PowerBuilder clients
that connect to EAServer through
SSL to access global SSL properties.

Any properties set using the SSLServiceProvider interface
are global to all connections made by the client to all EAServer servers. You can override
any of the global settings at the connection level by specifying
them as options to the Connection object or JaguarORB object.

Only clients can get and set SSL properties. Server components
do not have permission to use the SSLServiceProvider service.

Examples

The following example shows the use of the GetGlobalProperty function
to get the value of the sessLingerTime property:

See Also

SetGlobalProperty


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x