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

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.