SharePointPermissionAttribute Members
Include Protected Members
Include Inherited Members
Allows security actions for SharePointPermission to be applied to code using declarative security. This class cannot be inherited.
The SharePointPermissionAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SharePointPermissionAttribute | Initializes a new instance of the SharePointPermissionAttribute class with the specified SecurityAction. |
Top
Properties
Name | Description | |
---|---|---|
Action | (Inherited from SecurityAttribute.) | |
Impersonate | ||
ObjectModel | Gets or sets a value indicating whether use of the Microsoft SharePoint Products and Technologies object model is allowed. | |
TypeId | (Inherited from Attribute.) | |
Unrestricted | Gets or sets a value indicating whether full (unrestricted) permission is declared to the resource protected by the attribute. | |
UnsafeSaveOnGet | Gets or sets a value indicating whether saving to the Microsoft SharePoint Products and Technologies database is allowed during an HTTP-GET request. |
Top
Methods
Name | Description | |
---|---|---|
CreatePermission | Creates and returns a new SharePointPermission object. (Overrides SecurityAttribute.CreatePermission().) | |
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top