STK XSend comments on this topic.
OnSSLCertificateServerError Event (AgSTKXApplication)
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 Event OnSSLCertificateServerError( _
    ByVal pArgs As AgSTKXSSLCertificateErrorEventArgs _
) 
[C#]
public void OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs pArgs
);
[Managed C++]
public: void OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs ^ pArgs
);
[Java]
public void onSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs pArgs
);
[Unmanaged C++]
public: void OnSSLCertificateServerError(
    AgSTKXSSLCertificateErrorEventArgs * pArgs
);

Parameters

pArgs

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.