DataProtection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the ability to encrypt and decrypt strings using the Windows Data Protection API (DPAPI).
public ref class DataProtection sealed
public sealed class DataProtection
type DataProtection = class
Public NotInheritable Class DataProtection
- Inheritance
-
DataProtection
Methods
DecryptString(String) |
Decrypts a specified string. |
EncryptString(String) |
Encrypts a specified string. |