Edit

Share via


IFileHandler.GetDecryptedTemporaryStreamAsync Method

Definition

Create a decrypted temporary stream

public System.Threading.Tasks.Task<System.IO.Stream> GetDecryptedTemporaryStreamAsync ();
abstract member GetDecryptedTemporaryStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetDecryptedTemporaryStreamAsync () As Task(Of Stream)

Returns

Reference to temporary stream

Exceptions

If the file is not protected

Applies to