CoreWebView2ServerCertificateErrorDetectedEventArgs Class

Event args for the CoreWebView2.ServerCertificateErrorDetected event.

Summary

Members Description
Action The action of the server certificate error detection.
ErrorStatus The TLS error code for the invalid certificate.
RequestUri URI associated with the request for the invalid certificate.
ServerCertificate Returns the CoreWebView2Certificate.
GetDeferral Gets a Deferral object.

Properties

Action

CoreWebView2ServerCertificateErrorAction Action

The action of the server certificate error detection. The default value is CoreWebView2ServerCertificateErrorAction.Default.

ErrorStatus

readonly CoreWebView2WebErrorStatus ErrorStatus

The TLS error code for the invalid certificate.

RequestUri

readonly string RequestUri

URI associated with the request for the invalid certificate.

ServerCertificate

readonly CoreWebView2Certificate ServerCertificate

Returns the CoreWebView2Certificate.

Methods

GetDeferral

Deferral GetDeferral()

Gets a Deferral object. Use this to Complete the event at a later time.

Referenced by