Class KeyContainerPermissionAttribute
Inheritance
System.Object
KeyContainerPermissionAttribute
Assembly: IronZip.dll
Syntax
public sealed class KeyContainerPermissionAttribute : CodeAccessSecurityAttribute
Constructors
KeyContainerPermissionAttribute(SecurityAction)
Declaration
public KeyContainerPermissionAttribute(SecurityAction action)
Parameters
| Type |
Name |
Description |
| System.Security.Permissions.SecurityAction |
action |
|
Properties
Flags
Declaration
public KeyContainerPermissionFlags Flags { get; set; }
Property Value
KeyContainerName
Declaration
public string KeyContainerName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
KeySpec
Declaration
public int KeySpec { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
KeyStore
Declaration
public string KeyStore { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProviderType
Declaration
public int ProviderType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
CreatePermission()
Declaration
public override IPermission CreatePermission()
Returns
| Type |
Description |
| System.Security.IPermission |
|