STK XSend comments on this topic.
ConnectTlsCertFile Property (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Gets or sets the filepath to the server certificate file for mTLS authentication. (e.g. server.crt)

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectTlsCertFile() As String
[C#]
public string ConnectTlsCertFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConnectTlsCertFile();
public: __property void set_ConnectTlsCertFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConnectTlsCertFile(
    BSTR * pVal
);
public: HRESULT put_ConnectTlsCertFile(
    BSTR val
);
[Java]
public String getConnectTlsCertFile();
public void setConnectTlsCertFile(
    String
);
[Python - STK API ]
@property
def ConnectTlsCertFile(self) -> str:

@ConnectTlsCertFile.setter
def ConnectTlsCertFile(self, val:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.