STK ObjectsSend comments on this topic.
TlsServerCertFile Property (IAgStkPreferencesConnect)
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 TlsServerCertFile() As String
[C#]
public string TlsServerCertFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_TlsServerCertFile();
public: __property void set_TlsServerCertFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TlsServerCertFile(
    BSTR * pVal
);
public: HRESULT put_TlsServerCertFile(
    BSTR val
);
[Java]
public String getTlsServerCertFile();
public void setTlsServerCertFile(
    String
);
[Python - STK API ]
@property
def TlsServerCertFile(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.