ICoreWebView2ServerCertificateErrorDetectedEventArgs

Undocumented in source.

Members

Functions

GetDeferral
HRESULT GetDeferral(ICoreWebView2Deferral* deferral)

Returns an ICoreWebView2Deferral object. Use this operation to complete the event at a later time.

get_Action
HRESULT get_Action(COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION* value)

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

get_ErrorStatus
HRESULT get_ErrorStatus(COREWEBVIEW2_WEB_ERROR_STATUS* value)

The TLS error code for the invalid certificate.

get_RequestUri
HRESULT get_RequestUri(LPWSTR* value)

URI associated with the request for the invalid certificate.

get_ServerCertificate
HRESULT get_ServerCertificate(ICoreWebView2Certificate* value)

Returns the server certificate.

put_Action
HRESULT put_Action(COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION value)

Sets the Action property.

Meta