Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncryptionService

Package version

A service that allows server-side encryption to be used.

Hierarchy

  • EncryptionService

Index

Properties

Optional enabled

enabled: undefined | false | true

A boolean indicating whether or not the service encrypts the data as it is stored.

Optional lastEnabledTime

lastEnabledTime: Date

Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc