United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 4
.NET Framework Class Library
System.Security Namespaces
System.Security.Cryptography
ProtectedData Class
ProtectedData Methods
Protect Method
Unprotect Method
0 out of 1 rated this helpful
-
Rate this topic
ProtectedData Methods
.NET Framework 4
Other Versions
.NET Framework 4.5
.NET Framework 3.5
.NET Framework 3.0
.NET Framework 2.0
Silverlight
The
ProtectedData
type exposes the following members.
Methods
Name
Description
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.
Top
See Also
Reference
ProtectedData Class
System.Security.Cryptography Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD