DocumentCacheEncryptionEnabled Property

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 encrypted by default.

Note that changes in this property change CacheXpzKey.

Definition

Namespace: GleamTech.DocumentUltimate.Caching
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public bool EncryptionEnabled { get; }

Property Value

Boolean

See Also