Share via


Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace

The Microsoft.VisualStudio.Tools.Office.Runtime.Security namespace contains types that you can use to create and modify the inclusion list. The inclusion list is used to grant full trust to Office solutions without relying completely on certificates.

Use the AddInSecurityEntry class to create inclusion list entries.

Use the UserInclusionList class to add entries, remove entries, or check whether the inclusion list contains a particular entry.

For more information, see Securing Office Solutions and Trusting Office Solutions by Using Inclusion Lists.

Classes

  Class Description
Public class AddInSecurityEntry Represents an entry in the user inclusion list. This class cannot be inherited.
Public class UserInclusionList Represents the user inclusion list, and enables you to add entries, remove entries, and check whether a particular entry is in the list. This class cannot be inherited.