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 IAsyncAction
[C#] public IAsyncAction ExportCertificateAsync(string PFXFile, string password);