X509KeyStorageFlags Enumeration
Defines where and how to import the private key of an X.509 certificate.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DefaultKeySet | The default key set is used. The user key set is usually the default. | |
| Exportable | Imported keys are marked as exportable. | |
| MachineKeySet | Private keys are stored in the local computer store rather than the current user store. | |
| PersistKeySet | The key associated with a PFX file is persisted when importing a certificate. | |
| UserKeySet | Private keys are stored in the current user store rather than the local computer store. This occurs even if the certificate specifies that the keys should go in the local computer store. | |
| UserProtected | Notify the user through a dialog box or other method that the key is accessed. The Cryptographic Service Provider (CSP) in use defines the precise behavior. |
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0