DataProtection Methods

Methods

DefineSettings Establishes default settings for the config file.
Protect Encrypts the data in a specified byte array and returns a byte array that contains the encrypted data.
Unprotect Decrypts the data in a specified byte array and returns a byte array that contains the decrypted data.

See Also