Table of Contents

Class SandboxWorkerProfile

Namespace
DotBoxD.Hosting
Assembly
DotBoxD.Hosting.dll
public sealed record SandboxWorkerProfile : IEquatable<SandboxWorkerProfile>
Inheritance
SandboxWorkerProfile
Implements
Inherited Members

Constructors

SandboxWorkerProfile(bool, bool, bool)

public SandboxWorkerProfile(bool OutOfProcess, bool SecretsIsolated, bool ResourceLimitsConfigured)

Parameters

OutOfProcess bool
SecretsIsolated bool
ResourceLimitsConfigured bool

Properties

HardenedOutOfProcess

public static SandboxWorkerProfile HardenedOutOfProcess { get; }

Property Value

SandboxWorkerProfile

OutOfProcess

public bool OutOfProcess { get; init; }

Property Value

bool

ResourceLimitsConfigured

public bool ResourceLimitsConfigured { get; init; }

Property Value

bool

SecretsIsolated

public bool SecretsIsolated { get; init; }

Property Value

bool