Click or drag to resize

SymmetricKeyDecryptData Method

Decrypts data encoded by encryptData.

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

Parameters

encryptedData
Type: SystemByte

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

Return Value

Type: Byte

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

See Also