Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace (2007 System)

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 Visual Studio Tools for 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 Security in Office Solutions (2007 System) and Trusting Office Solutions by Using Inclusion Lists (2007 System).

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.