STK X Send comments on this topic.
OnSSLCertificateServerError Method (IAgSTKXApplicationRawEvents)
See Also 
pArgs





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
);

[Java]
public  onSSLCertificateServerError(
AgSTKXSSLCertificateErrorEventArgs pArgs
);

[Unmanaged C++]
public: HRESULT OnSSLCertificateServerError(
AgSTKXSSLCertificateErrorEventArgs * pArgs
);

Parameters

pArgs

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1