Print Page as PDF
Security.SSLConfigs access ICR (7617)

Security.SSLConfigs access    ICR (7617)

Name Value
NUMBER 7617
IA # 7617
DATE CREATED 2025/11/06
CUSTODIAL PACKAGE KERNEL
USAGE Supported
TYPE Routine
ROUTINE XUSUDO
NAME Security.SSLConfigs access
GENERAL DESCRIPTION
These API's give users the ability to check TLS
configurations in Intersystems IRIS.
STATUS Active
KEYWORDS
  • security
  • TLS
DURATION Till Otherwise Agreed
ID XUSUDO
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$ISTLSCLIENTCONF
Verify the TLS configuration with name ACONFNAME
exists and is of type client.
VARIABLES TYPE VARIABLES DESCRIPTION
ACONFNAME Input
A TLS configuration name.
$$ISTLSSERVERCONF
Verify the TLS configuration with name ACONFNAME
exists and is of type server.
VARIABLES TYPE VARIABLES DESCRIPTION
ACONFNAME Input
A TLS configuration name.
$$HASTLSCONF
Check to see if ACONFNAME parameter exists in the
Security.SSLConfigs table.
VARIABLES TYPE VARIABLES DESCRIPTION
ACONFNAME Input
A TLS configuration name.
ACONFTYPE Output
The type (client or server).