Click or drag to resize

SymmetricKeyCreateStream Method

Creates a strem that will encrypt the given base stream

Namespace:  Couchbase.Lite.Store
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public CryptoStream CreateStream(
	Stream baseStream
)

Parameters

baseStream
Type: System.IOStream
The stream to read from

Return Value

Type: CryptoStream
The stream to write to for encryption
See Also