Click or drag to resize

SymmetricKeyEncryptData Method

Encrypts a data blob. The output consists of a 16-byte random initialization vector, followed by PKCS7-padded ciphertext.

Namespace:  Couchbase.Lite.Store
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public byte[] EncryptData(
	byte[] data
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Couchbase.Lite.Store.SymmetricKey.EncryptData(System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Couchbase.Lite.Store.SymmetricKey.EncryptData(System.Byte[])"]

See Also