AppExtensionPoint.EnhancedSecurity
A type that indicates whether an extension point requires extra security.
Declaration
struct EnhancedSecurityMentioned in
Overview
Add the EnhancedSecurity type to your extension point definition to indicate its security requirements. Initialize the type with a value of true if you require app extensions to run in a highly restrictive sandbox, or false if you don’t. For more information about configuring the sandbox environment, see Enabling enhanced security for your app.