TestimoX

API Reference

Class

TenableAuditInput

Namespace TestimoX.Benchmarks.Import
Assembly TestimoX
Modifiers sealed

Associates an integrity-pinned source descriptor with downloaded or locally supplied content.

Inheritance

  • Object
  • TenableAuditInput

Usage

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

Accepted by parameters

Constructors

public TenableAuditInput(BenchmarkSourceDescriptor source, Byte[] content) #

Initializes a source input.

Parameters

source TestimoX.Benchmarks.Sources.BenchmarkSourceDescriptor requiredposition: 0
content System.Byte[] requiredposition: 1

Properties

public BenchmarkSourceDescriptor Source { get; } #

Gets the integrity-pinned source descriptor.

public Byte[] Content { get; } #

Gets the source bytes.