CustomSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a list of custom settings keys.
public static class CustomSettings
type CustomSettings = class
Public Class CustomSettings
- Inheritance
-
CustomSettings
Fields
| Name | Description |
|---|---|
| ContainerDecryptionOption |
Container (msg) decryption option: "default" (decrypt top level and secondary), "top" (decrypt top only). |
| DelegateApplicationInfo |
Name of the setting to specify delegated application information for MIP service. |
| EnableCoAuthMetadata |
Configures whether co-auth metadata versioning is respected for Office file types. |
| EnableDeprecatedRemoveActions |
Enable deprecated remove actions. |
| EnableEmlFileType |
Enable eml file type when using the file API (experimental). |
| EnableMsgFileType |
Enable msg file type when using the file API (experimental). |
| EnablePowerBIFileType |
Enable PowerBI file type when using the file API (experimental). |
| EnforceMsgPfileProtection |
Enforce pfile protection on msg file type when using the file API. |
| ExportPolicyFileName |
Name of the setting to explicitly specify file path to export SCC policy data to. |
| KeepPdfLinearization |
Keep PDF linearization during protection and unprotection. |
| LabelCustomPropertiesSyncEnabled |
Name of the setting that allows enabling label by custom properties and custom properties by label features. |
| LabelsForAllContentFormats |
If set, enable listing sensitivity labels to return all labels regardless of content formats. |
| LabelWithoutPolicy |
Name of the setting for labels without a policy. |
| LogMatchedContentToTrace |
Log matched content to trace. |
| MaxFileSizeForProtection |
Name of the setting for the maximum file size for protection. |
| MaxNestedProtectedMsgs |
This setting controls the max number of nested MSGs/EMLs that the file SDK will unprotect. Default is 10. |
| MaxPolicyXmlVersion |
Name of the setting for the maximum policy XML version. |
| PolicyDataFile |
Name of the setting to explicitly specify policy data file path. |
| PolicyDataName |
Name of the setting to explicitly specify policy data. |
| PolicyTtlDays |
Name of the setting that enables overriding policy TTL in days (default is 30 days). Values should be set as string integers; i less than 0 means an infinite time to live. |
| SensitivityPolicyTtlDays |
Name of the setting that enables overriding sensitivity policy TTL in days (default is 30 days). Values should be set as string integers; i less than 0 means an infinite time to live. |
| SensitivityTypesDataFile |
Name of the setting to explicitly specify sensitivity types data file path. |
| SensitivityTypesDataName |
Name of the setting to explicitly specify sensitivity data. |
| TaskTimeoutMs |
Task timeout in milliseconds. |