PreviousNextIndex

SSL-SERVER-NAME function

Returns the digital certificate subject name for an OpenEdge database connected via SSL. If a database connection does not exist or the connection is not using SSL, this function returns the Unknown value (?).

Syntax

SSL-SERVER-NAME ( logical-database-name ) 

logical-database-name
Example

The following example returns the digital certificate subject name of the database with the logical name mydb:

SSL-SERVER-NAME (mydb). 

See also

Server object handle, Socket object handle


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex