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 Task
[C#] public Task ExportPublicKeyAsync(string fileName, bool useAsciiArmor);