System.Security.Cryptography.ProtectedData Members

The members of System.Security.Cryptography.ProtectedData are listed below.

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.