TestimoX

API Reference

Class

AgentEnrollmentResponse

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Enrollment response containing the issued client certificate.

Inheritance

  • Object
  • AgentEnrollmentResponse

Constructors

public AgentEnrollmentResponse() #

Properties

public String PfxBase64 { get; set; } #

PFX payload encoded in base64.

public String PfxPassword { get; set; } #

Password protecting the PFX payload.

public String Thumbprint { get; set; } #

Thumbprint of the issued certificate.

public DateTimeOffset NotAfterUtc { get; set; } #

Certificate expiration timestamp in UTC.