Type of block returned by SymmetricKey.CreateEncryptor.
            This block can be called repeatedly with input data and returns additional output data.
            At EOF, the block should be called with a null parameter, and
            it will return the remaining encrypted data from its buffer.
            
 
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntaxpublic delegate byte[] CryptorBlock(
	byte[] input
)
Parameters
- input
 - Type: SystemByte
 
Return Value
Type: 
Byte
See Also