Key set options.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration KeySetOptions
C#
[FlagsAttribute]
public enum KeySetOptions

Members

Member nameDescription
Supported by the .NET Compact FrameworkExportable
Imported keys are marked as exportable.
Supported by the .NET Compact FrameworkUserProtected
The user is to be notified through a dialog box or other method when certain attempts to use this key are made.
Supported by the .NET Compact FrameworkMachineKeySet
Private keys are stored under the local computer and not under the current user.
Supported by the .NET Compact FrameworkUserKeySet
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.
Supported by the .NET Compact FrameworkPersistKeySet
Private keys are persisted on disk when importing a certificate
Supported by the .NET Compact FrameworkAlwaysCng
Always load the key into CNG key storage provider. Only supported on Windows Vista or higher.
Supported by the .NET Compact FrameworkPreferCng
Load the key into CNG key storage provider if possible. Only supported on Windows Vista or higher.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also