CoreWebView2ClientCertificateRequestedEventArgs 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 ClientCertificateRequested event.
public class CoreWebView2ClientCertificateRequestedEventArgs : EventArgs
type CoreWebView2ClientCertificateRequestedEventArgs = class
inherit EventArgs
Public Class CoreWebView2ClientCertificateRequestedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2ClientCertificateRequestedEventArgs
Properties
AllowedCertificateAuthorities |
The list contains Base64 encoding of DER encoded distinguished names of certificate authorities allowed by the server. |
Cancel |
Indicates whether to cancel the certificate selection. |
Handled |
Indicates whether the event has been handled by host. |
Host |
Host name of the server that requested client certificate authentication. |
IsProxy |
Returns true if the server that issued this request is an http proxy. Returns false if the server is the origin server. |
MutuallyTrustedCertificates |
Returns the list of CoreWebView2ClientCertificate when client certificate authentication is requested. The list contains mutually trusted CA certificate. |
Port |
Port of the server that requested client certificate authentication. |
SelectedCertificate |
Selected certificate to respond to the server. |
Methods
GetDeferral() |
Gets a Deferral object. Use this to Complete the event at a later time. |