KeySetOptions Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Key set options.
Syntax
[Flags]
public enum KeySetOptions
Fields
| Name | Description |
|---|---|
| AlwaysCng | Always load the key into CNG key storage provider. Only supported on Windows Vista or higher. |
| Exportable | Imported keys are marked as exportable. |
| MachineKeySet | Private keys are stored under the local computer and not under the current user. |
| PersistKeySet | Private keys are persisted on disk when importing a certificate |
| PreferCng | Load the key into CNG key storage provider if possible. Only supported on Windows Vista or higher. |
| UserKeySet | Private keys are stored under the current user and not under the local computer even if the PFX BLOB specifies that they should go into the local computer. |
| UserProtected | The user is to be notified through a dialog box or other method when certain attempts to use this key are made. |