CoreWebView2Certificate.ToX509Certificate2 Method
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.
Converts this to a X509Certificate2.
public System.Security.Cryptography.X509Certificates.X509Certificate2 ToX509Certificate2 ();
member this.ToX509Certificate2 : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function ToX509Certificate2 () As X509Certificate2
Returns
An object created using PEM encoded data from this CoreWebView2Certificate object.