DataProtection Class

Definition

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.

Applies to