CoreWebView2ServerCertificateErrorDetectedEventArgs Class

Definition

Event args for the ServerCertificateErrorDetected event.

public class CoreWebView2ServerCertificateErrorDetectedEventArgs : EventArgs
type CoreWebView2ServerCertificateErrorDetectedEventArgs = class
    inherit EventArgs
Public Class CoreWebView2ServerCertificateErrorDetectedEventArgs
Inherits EventArgs
Inheritance
CoreWebView2ServerCertificateErrorDetectedEventArgs

Properties

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.

Methods

GetDeferral()

Gets a CoreWebView2Deferral object.

Applies to