ExportCertificateAsync Method
Saves the current certificate to a PFX file.
Syntax
[VB.NET] Public Function ExportCertificateAsync(ByVal PFXFile As String, ByVal Password As String) As Task
[C#] public Task ExportCertificateAsync(string PFXFile, string password);