STK XSend comments on this topic.
OnSSLCertificateServerError Method (IAgSTKXApplicationRawEvents)
See Also
pArgs
Windows





Windows & Linux

Description

Triggered when a remote Web server, in response to an HTTPS request, sends a self-signed certificate, or if the certificate misrepresents the server identify.

Syntax

[Visual Basic .NET]
Public Sub OnSSLCertificateServerError( _
    ByVal pArgs As AgSTKXSSLCertificateErrorEventArgs _
)
[C#]
public void OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs pArgs
);
[Managed C++]
public: void OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs ^ pArgs
);
[Unmanaged C++]
public: HRESULT OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs * pArgs
);
[Java]
public void onSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs pArgs
);
[Python - STK API ]
def OnSSLCertificateServerError(self, pArgs:"AgSTKXSSLCertificateErrorEventArgs") -> None:

Parameters

pArgs

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.