FCFL.NET Common Library - API Reference
DataProtectionStore Enumeration

DataProtectionStore is used with the DataProtector when encrypting or decrypting data. DataProtectionStore tells the DataProtector which key store to use.
Syntax
'Declaration
 
Public Enum DataProtectionStore 
   Inherits System.Enum
public enum DataProtectionStore : System.Enum 
Members
MemberDescription
UseMachineStoreSpecifies 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.
UseUserStoreSpecifies 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FChoice.Common.DataProtectionStore

Requirements

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)

See Also

Reference

FChoice.Common Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.