HtmlForgeX

API Reference

Enum

TablerFileSecurePayloadKind

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls the secure text payload editor mode.

Inheritance

  • Enum
  • TablerFileSecurePayloadKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerFileSecurePayloadKind Message #

General secret or sensitive note.

Value: 0
public const TablerFileSecurePayloadKind Script #

Script, command, or code snippet that should stay separate from binary uploads.

Value: 1
public const TablerFileSecurePayloadKind Credential #

Credential, token, certificate metadata, or other structured secret.

Value: 2