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