IFileHandler.GetDecryptedTemporaryFileAsync Method

Definition

Create a decrypted temporary file

public System.Threading.Tasks.Task<string> GetDecryptedTemporaryFileAsync ();
abstract member GetDecryptedTemporaryFileAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetDecryptedTemporaryFileAsync () As Task(Of String)

Returns

The decrypted file file path

Exceptions

If the file is not protected

Applies to