CoreWebView2ClientCertificateKind Enum
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.
Specifies the client certificate kind.
public enum CoreWebView2ClientCertificateKind
type CoreWebView2ClientCertificateKind =
Public Enum CoreWebView2ClientCertificateKind
- Inheritance
-
CoreWebView2ClientCertificateKind
Fields
Name | Value | Description |
---|---|---|
SmartCard | 0 | Specifies smart card certificate. |
Pin | 1 | Specifies PIN certificate. |
Other | 2 | Specifies other certificate. |