KeyContainerPermissionAccessEntry
Specifies access rights for specific key containers. This class cannot be inherited.
Gets or sets the key container permissions.
Gets or sets the key container name.
Gets or sets the key specification.
Gets or sets the name of the key store.
Gets or sets the provider name.
Gets or sets the provider type.
public KeyContainerPermissionAccessEntry(string keyContainerName, KeyContainerPermissionFlags flags)
Initializes a new instance of the KeyContainerPermissionAccessEntry class, using the specified key container name and access permissions.
public KeyContainerPermissionAccessEntry(CspParameters parameters, KeyContainerPermissionFlags flags)
Initializes a new instance of the KeyContainerPermissionAccessEntry class, using the specified cryptographic service provider (CSP) parameters and access permissions.
public KeyContainerPermissionAccessEntry(string keyStore, string providerName, int providerType, string keyContainerName, int keySpec, KeyContainerPermissionFlags flags)
Initializes a new instance of the KeyContainerPermissionAccessEntry class with the specified property values.