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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectTlsKeyFile() As String
[C#]
public string ConnectTlsKeyFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConnectTlsKeyFile();
public: __property void set_ConnectTlsKeyFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConnectTlsKeyFile(
    BSTR * pVal
);
public: HRESULT put_ConnectTlsKeyFile(
    BSTR val
);
[Java]
public String getConnectTlsKeyFile();
public void setConnectTlsKeyFile(
    String
);
[Python - STK API ]
@property
def ConnectTlsKeyFile(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.