X509KeyStorageFlags Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Defines where and how to export the private key of an X.509 certificate.
Assembly: mscorlib (in mscorlib.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.Cryptography.X509CertificatesAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ <FlagsAttribute> _ Public Enumeration X509KeyStorageFlags 'Usage Dim instance As X509KeyStorageFlags
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute FlagsAttribute() */ public enum X509KeyStorageFlags
SerializableAttribute ComVisibleAttribute(true) FlagsAttribute public enum X509KeyStorageFlags
| 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. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: