ISecureDataConverter.Unprotect(String) Method
Cryptographically unprotects the specified string data.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
protectedEntity | String | The protected data to unprotect. |
Returns
Type | Description |
---|---|
String | The original form of protected data. |
See Also