The following tables list the members exposed by DataProtector.
Name | Description | |
---|---|---|
Decrypt | Overloaded. Decrypts a byte array of data into a new byte array of unencrypted data | |
DecryptString | Overloaded. Decrypts data which was encoded into a string using the Base64 encoding scheme | |
Encrypt | Overloaded. Encrypts a byte array | |
EncryptString | Overloaded. Encrypts a string and returns a Base64-encoded string representing the encrypted output |