KeyContainerPermissionAccessEntry Class
.NET Framework 4.5
Specifies access rights for specific key containers. This class cannot be inherited.
Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
The KeyContainerPermissionAccessEntry type exposes the following members.
| 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 | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
