FlightingFeature Enum

Definition

Defines configurable features by name

public enum FlightingFeature
type FlightingFeature = 
Public Enum FlightingFeature
Inheritance
FlightingFeature

Fields

Name Value Description
ServiceDiscovery 0

Rely on separate HTTP call to determine RMS service endpoints. Default disabled.

AuthInfoCache 1

Cache OAuth2 challenges per domain/tenant to reduce unnecessary 401 responses. Disable for apps/services that manage their own HTTP auth (like SPO, Edge). Default enabled.

LinuxEncryptedCache 2

Enable encrypted caching for Linux platforms (Please read the prerequisites for this feature). Default disabled.

SingleDomainName 3

Enable single company name for dns lookup. e.g. https://corprights. Default enabled.

PolicyAuth 4

Enable automatic HTTP authentication for requests sent to Policy service. Disable for apps/services that manage their own HTTP auth (like SPO, Edge). Default enabled.

UrlRedirectCache 5

Cache URL redirects to reduce number of HTTP operations. Default enabled.

PreLicensing 6

Enable pre license api check. Default enabled.

DoubleKey 7

Enable double key protection feature to use a customer key to encrypt with. Default disabled.

VariablePolicyTtl 8

Enable variable policy time to live, disabling reverts to infinite policy. Default enabled.

VariableTextMarking 9

Enable variable text marking. Default enabled.

OptimizePdfMemory 10

Enable Optimize Pdf Memory Creator in protect and unprotect PDF files. Default enabled.

RemoveDeletedLabelMd 11

Enable removing delete label's meta data. Default enabled.

EnforceMinimumTls12 12

Enforce TLS 1.2 or above for non-ADRMS HTTPS connections. Default enabled.

EnforceTls12 12

Enforce TLS 1.2 for non-ADRMS HTTPS connections. Default enabled.

EnableAuditAndTelemetryForSovereignClouds 14

Enable telemetry and audit events for sovereign clouds

EncryptedDatabaseIntegrityChecking 20

Enable database integrity checking

FipsValidatedCryptography 21

Enable the use of the FIPS-validated Windows CNG APIs instead of OpenSSL on Windows platforms

UseCbcForOfficeFileEncryption 23

Use CBC for Office file encryption

EnforceMinimumTls13 30

Enforce TLS 1.3 for non-ADRMS HTTPS connections. Default disabled.

IgnoreEmptyMsipLabelNameParseError 31
PrioritizeHtmlInMsgs 34

Prioritize HTML body over RTF body in msg files

Applies to