Click or drag to resize
weroSoft AG, Software
CryptoKeyStore Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the key store used for the defined key.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CryptoKeyStore
Members
  Member nameValueDescription
User0 The key is created in the user key store.
Machine1 The key is created in the machine key store.
See Also