FileEngineSettings.ConfiguredFunctionality Property
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.
Functionality that has been enabled (true), or disabled (false). By default HyokProtection, DoubleKeyProtection, DoubleKeyUserDefinedProtection, EncryptOnlyProtection, and MachineLearningClassifier are disabled
public System.Collections.Generic.Dictionary<Microsoft.InformationProtection.FunctionalityFilterType,bool> ConfiguredFunctionality { get; set; }
member this.ConfiguredFunctionality : System.Collections.Generic.Dictionary<Microsoft.InformationProtection.FunctionalityFilterType, bool> with get, set
Public Property ConfiguredFunctionality As Dictionary(Of FunctionalityFilterType, Boolean)