IDataSourceProtectionService Members
Allows you to implement your own encryption mechanism to store data source information when serialized objects are sent between the client and the server.Methods
| Name | Description |
|---|---|
| Protect(XElement) | Cryptographically protects the specified XML element. |
| Unprotect(XElement) | Cryptographically unprotects the specified XML element. |
See Also