TestimoX

API Reference

Class

AgentCertificateConfig

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Client certificate configuration for mTLS.

Inheritance

  • Object
  • AgentCertificateConfig

Usage

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

Returned or exposed by

Constructors

public AgentCertificateConfig() #

Properties

public String SubjectPrefix { get; set; } #

Optional subject prefix used for agent certificates.

public String Thumbprint { get; set; } #

Optional thumbprint for the client certificate to use (overrides subject lookup).

public String ServerCertificateThumbprint { get; set; } #

Optional server certificate thumbprint for bootstrap validation.