PermissionSet Element (Solution)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the permissions for a solution's code access security policy.

<PermissionSet
  class = "Text"
  Description = "Text"
  Name = "Text"
  version = "Text">
  <IPermission/>
</PermissionSet>

Attributes

Attribute

Description

class

Required Text. The name of the class associated with the permission set.

Description

Required Text. A description of the permission set.

Name

Optional Text. The name of the permission set.

version

Optional Text. The version of the permission set.

Child Elements

IPermission

Parent Elements

PolicyItem

Example

For an example of how this element is used, see Solution Schema.

Microsoft.Win32.RegistryKey#4