ExportPublicKeyAsync Method
Exports the public key of the current key.
Syntax
[VB.NET] Public Function ExportPublicKeyAsync(ByVal FileName As String, ByVal useAsciiArmor As Boolean) As IAsyncAction
[C#] public IAsyncAction ExportPublicKeyAsync(string fileName, bool useAsciiArmor);