Click or drag to resize

Couchbase.Lite.Store Namespace

 
Classes
  ClassDescription
Public classSymmetricKey
Basic AES encryption. Uses a 256-bit (32-byte) key.
Interfaces
  InterfaceDescription
Public interfaceICouchStoreDelegate
Delegate of a ICouchStore instance. Database implements this.
Delegates
  DelegateDescription
Public delegateCryptorBlock
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.