This documentation is archived and is not being maintained.
KeyContainerPermissionAccessEntry Class
Visual Studio 2010
Specifies access rights for specific key containers. This class cannot be inherited.
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).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
