CoreWebView2Certificate.ToPemEncoding 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.
PEM encoded data for the certificate. Returns Base64 encoding of DER encoded certificate. Read more about PEM at RFC 1421 Privacy Enhanced Mail.
public string ToPemEncoding ();
member this.ToPemEncoding : unit -> string
Public Function ToPemEncoding () As String