Defines the different keyset locations.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum KeysetLocation
Visual Basic
Public Enumeration KeysetLocation
Visual C++
public enum class KeysetLocation

Members

Member nameValueDescription
Default0The private keys are stored in the default location.
LocalMachine32The private keys are stored under local machine and not the current user.
CurrentUser4096The private keys are stored under the current user and not the local machine even if the PFX BLOB specifies they should go into local machine.

See Also