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
Syntaxpublic CryptoStream CreateStream(
	Stream baseStream
)
Parameters
- baseStream
 - Type: System.IOStream
The stream to read from 
Return Value
Type: 
CryptoStreamThe stream to write to for encryption
See Also