ISecureDataConverter.Protect(String) Method
Cryptographically protects the specified string data.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
entity | String | The string data to protect. |
Returns
Type | Description |
---|---|
String | A string that is the protected initial string data. |
See Also