KeyContainerPermissionAccessEntry Class
Specifies access rights for specific key containers. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | KeyContainerPermissionAccessEntry(CspParameters, KeyContainerPermissionFlags) | Initializes a new instance of the KeyContainerPermissionAccessEntry class, using the specified cryptographic service provider (CSP) parameters and access permissions. |
![]() | KeyContainerPermissionAccessEntry(String, KeyContainerPermissionFlags) | Initializes a new instance of the KeyContainerPermissionAccessEntry class, using the specified key container name and access permissions. |
![]() | KeyContainerPermissionAccessEntry(String, String, Int32, String, Int32, KeyContainerPermissionFlags) | Initializes a new instance of the KeyContainerPermissionAccessEntry class with the specified property values. |
| Name | Description | |
|---|---|---|
![]() | Flags | Gets or sets the key container permissions. |
![]() | KeyContainerName | Gets or sets the key container name. |
![]() | KeySpec | Gets or sets the key specification. |
![]() | KeyStore | Gets or sets the name of the key store. |
![]() | ProviderName | Gets or sets the provider name. |
![]() | ProviderType | Gets or sets the provider type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified KeyContainerPermissionAccessEntry object is equal to the current instance.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Gets a hash code for the current instance that is suitable for use in hashing algorithms and data structures such as a hash table.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This permission is intended to enable users to easily manage key containers when either a small number of keys is involved, or access is to be granted to only some keys.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

