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.
[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: |
- pArgs