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.
public ref class DataProtection abstract sealed
public static class DataProtection
type DataProtection = class
Public Class DataProtection
- Inheritance
-
DataProtection
Methods
DecryptString(String) |
Decrypts a specified string. |
EncryptString(String) |
Encrypts a specified string. |