DataProtection Class

Definition

Represents the ability to encrypt and decrypt strings by using the Windows Data Protection API (DPAPI).

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.

Applies to