Class StorePermissionAttribute
Inheritance
System.Object
StorePermissionAttribute
Assembly: IronZip.dll
Syntax
public sealed class StorePermissionAttribute : CodeAccessSecurityAttribute
Constructors
StorePermissionAttribute(SecurityAction)
Declaration
public StorePermissionAttribute(SecurityAction action)
Parameters
| Type |
Name |
Description |
| System.Security.Permissions.SecurityAction |
action |
|
Properties
AddToStore
Declaration
public bool AddToStore { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CreateStore
Declaration
public bool CreateStore { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DeleteStore
Declaration
public bool DeleteStore { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EnumerateCertificates
Declaration
public bool EnumerateCertificates { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EnumerateStores
Declaration
public bool EnumerateStores { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Flags
Declaration
public StorePermissionFlags Flags { get; set; }
Property Value
OpenStore
Declaration
public bool OpenStore { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RemoveFromStore
Declaration
public bool RemoveFromStore { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
CreatePermission()
Declaration
public override IPermission CreatePermission()
Returns
| Type |
Description |
| System.Security.IPermission |
|