Click or drag to resize
SynchronizationEngineHostDecryptStreamAsync Method
Decrypts a stream previous encrypted by calling EncryptStreamAsync.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract Task<Stream> DecryptStreamAsync(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to decrypt.

Return Value

Type: TaskStream
The decrypted stream.
See Also