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