Class KeyContainerPermissionAccessEntry
Inheritance
System.Object
KeyContainerPermissionAccessEntry
Assembly: IronZip.dll
Syntax
public sealed class KeyContainerPermissionAccessEntry : Object
Constructors
KeyContainerPermissionAccessEntry(CspParameters, KeyContainerPermissionFlags)
Declaration
public KeyContainerPermissionAccessEntry(CspParameters parameters, KeyContainerPermissionFlags flags)
Parameters
KeyContainerPermissionAccessEntry(String, KeyContainerPermissionFlags)
Declaration
public KeyContainerPermissionAccessEntry(string keyContainerName, KeyContainerPermissionFlags flags)
Parameters
KeyContainerPermissionAccessEntry(String, String, Int32, String, Int32, KeyContainerPermissionFlags)
Declaration
public KeyContainerPermissionAccessEntry(string keyStore, string providerName, int providerType, string keyContainerName, int keySpec, KeyContainerPermissionFlags flags)
Parameters
| Type |
Name |
Description |
| System.String |
keyStore |
|
| System.String |
providerName |
|
| System.Int32 |
providerType |
|
| System.String |
keyContainerName |
|
| System.Int32 |
keySpec |
|
| KeyContainerPermissionFlags |
flags |
|
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
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|