System.Security.Cryptography.ProtectedData: Method Members

The methods of System.Security.Cryptography.ProtectedData are listed below. For a list of all members, see the ProtectedData Members list.

See Also: Inherited members from System.Object

Public Methods

static
Protect(byte[], byte[], DataProtectionScope) : byte[]

Encrypts the data in a specified byte array and returns a byte array that contains the encrypted data.

static
Unprotect(byte[], byte[], DataProtectionScope) : byte[]

Decrypts the data in a specified byte array and returns a byte array that contains the decrypted data.