InterfaceItem_EncryptedContent Model

A JSON serializable wrapper around some encrypted content (usually an encrypted serializtion of another interface item model)

Nullable
Method : InterfaceItemEncryptionMethod

Nullable
Content : string

Example
{
  "Method": 1,
  "Content": "string value"
}