Click or drag to resize

SymmetricKeyENCRYPTED_CONTENT_TYPE Field

Note: This API is now obsolete.

The data type associated with encrypted content

Namespace:  Couchbase.Lite.Store
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use EncryptedContentType")]
public const string ENCRYPTED_CONTENT_TYPE = "application/x-beanbag-aes-256"

Field Value

Type: String
See Also