Table of Contents

TTMSMCPSseTransport.CertFile Property

Certificate the listener serves encrypted connections with.

API unit family: TMS.MCP.Transport.SSE Declaring type: TTMSMCPSseTransport Type: string

Syntax

property CertFile: string;

Remarks

The meaning differs by platform. On Windows the listener is the operating system's own HTTP stack, which uses certificates already installed in the system certificate store, so this is not a certificate file: it names a settings file identifying the installed certificate by its Hash - the certificate thumbprint - together with its StoreName and AppID. It serves as a fallback for binding a certificate registered with the operating system's own URL-to-certificate mapping, and TTMSMCPSseTransport.KeyFile and TTMSMCPSseTransport.KeyPassword are not used there. On other platforms it is the path of the certificate file itself, paired with TTMSMCPSseTransport.KeyFile and, when the key is protected, TTMSMCPSseTransport.KeyPassword.