TTMSMCPStreamableHTTPTransport.CertFile Property
Certificate the listener serves encrypted connections with.
API unit family: TMS.MCP.Transport.StreamableHTTP
Declaring type: TTMSMCPStreamableHTTPTransport
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 TTMSMCPStreamableHTTPTransport.KeyFile and TTMSMCPStreamableHTTPTransport.KeyPassword are not used there. On other platforms it is the path of the certificate file itself, paired with TTMSMCPStreamableHTTPTransport.KeyFile and, when the key is protected, TTMSMCPStreamableHTTPTransport.KeyPassword.