CoreWebView2ServerCertificateErrorDetectedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 server CoreWebView2Certificate. |
Methods
GetDeferral() |
Gets a Deferral object. Use this to Complete the event at a later time. |