X509KeyStorageFlags Enumeration
.NET Framework 3.0
Defines where and how to export the private key of an X.509 certificate.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <FlagsAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration X509KeyStorageFlags 'Usage Dim instance As X509KeyStorageFlags
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum X509KeyStorageFlags
SerializableAttribute FlagsAttribute ComVisibleAttribute(true) 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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: