Contents

AppExtensionPoint.EnhancedSecurity

A type that indicates whether an extension point requires extra security.

Declaration

struct EnhancedSecurity

Mentioned 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.

Topics

Creating a security attribute

See Also

Declaring an extension point