Table of Contents

Interface ISecureDataService

Namespace
ToSic.Sxc.Services
Assembly
ToSic.Sxc.dll

Helper to work with secure / encrypted data.

[PublicApi]
public interface ISecureDataService : IHasLog, ICanDebug
Inherited Members

Remarks

History

  • Added in 2sxc 12.05

Methods

Parse(string)

Read an input value and return a secure data object. This will contain the readable value and additional information if it was encrypted or not, etc.

ISecureData<string> Parse(string value)

Parameters

value string

Returns

ISecureData<string>