• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API
v16
Search Results for

    Show / Hide Table of Contents

    Interface ISecureDataService

    Helper to work with secure / encrypted data.

    Inherited Members
    IHasLog.Log
    ICanDebug.Debug
    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 Source

    Parse(string)

    Declaration
    ISecureData<string> Parse(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    ISecureData<string>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX