DataProtector Class
Provides easy access to the Windows Data Protection API (DPAPI) for encrypting and decrypting data values
Syntax
'Declaration
Public NotInheritable Class DataProtector
public sealed class DataProtector
Remarks
WARNING: The encryption produced by this class is only usable from the machine on which the encryption occurred. The encrypted text cannot be used by a different computer.
For more information on Windows Data Protection, please see this technical article on MSDN called Windows Data Protection.
Inheritance Hierarchy
System.Object FChoice.Common.DataProtector
Requirements
Namespace: FChoice.Common
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)