Home > Reference > Functions reference > Get functions > Get(ConnectionAttributes)
Get(ConnectionAttributes) Purpose Returns the name of the current file’s host and the name of the certificate authority that issued the SSL certificate used to secure the connection. Format Get(ConnectionAttributes) Parameters None Data type returned text Originated in FileMaker Pro 13.0 Description Get(ConnectionAttributes) returns an empty string if: • the current file is not hosted • the host is not FileMaker Server • the host does not use an SSL certificate to secure the connection to the client Examples If the host is named “group_server” and the current SSL certificate was issued by XYZ Inc., Get(ConnectionAttributes) returns: [ Peer Certificate ]commonName: group_serverCA Issuers: XYZ Inc. Related topics Functions reference (category list) Functions reference (alphabetical list) About formulas About functions Defining calculation fields Using operators in formulas