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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectTlsCaFile() As String
[C#]
public string ConnectTlsCaFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConnectTlsCaFile();
public: __property void set_ConnectTlsCaFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConnectTlsCaFile(
    BSTR * pVal
);
public: HRESULT put_ConnectTlsCaFile(
    BSTR val
);
[Java]
public String getConnectTlsCaFile();
public void setConnectTlsCaFile(
    String
);
[Python - STK API ]
@property
def ConnectTlsCaFile(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.