'Declaration
Public Enum DataProtectionStore Inherits System.Enum
public enum DataProtectionStore : System.Enum
Member | Description |
---|---|
UseMachineStore | Specifies that the DataProtector should use the machine key store. This means that data encrypted with this key can be decrypted by any user on this machine. The key will not work on any other computer. |
UseUserStore | Specifies that the DataProtector should use the user key store. This means that data encrypted with this key can be decrypted by ONLY this user and ONLY on this computer. |
System.Object
System.ValueType
System.Enum
FChoice.Common.DataProtectionStore
Namespace: FChoice.Common
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)