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