Interface ISecureDataService
Helper to work with secure / encrypted data.
Namespace: ToSic.Sxc.Services
Assembly: ToSic.Sxc.dll
Syntax
[PublicApi]
public interface ISecureDataService : IHasLog, ICanDebug
Remarks
History
- Added in 2sxc 12.05
Methods
| Improve this Doc View SourceParse(string)
Declaration
ISecureData<string> Parse(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
ISecureData<string> |