Defines the different keyset locations.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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 name | Value | Description | |
---|---|---|---|
Default | 0 | The private keys are stored in the default location. | |
LocalMachine | 32 | The private keys are stored under local machine and not the current user. | |
CurrentUser | 4096 | The 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. |