SSL-SERVER-NAME function
- Last Updated: July 24, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the digital certificate subject name for an OpenEdge database
connected via TLS. If a database connection does not exist or the connection is not using
TLS (including a shared-memory connection), this function returns the Unknown value (?).
Syntax
|
- logical-database-name
- A quoted character string or character expression that specifies the database by its logical name.
Example
The
following example returns the digital certificate subject name of
the database with the logical name mydb:
|