DocumentUltimateWebConfiguration.CacheEncryptionEnabled Property
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet
- Assembly
- GleamTech.DocumentUltimate.dll
Gets a value that specifies whether encryption of documents should be enabled. The default is true. Document viewer downloads a special document format (XPZ) on the client-side but for additional security (DRM), the document is also encypted by default.
public bool CacheEncryptionEnabled { get; set; }