API Reference
Class
AgentEnrollmentResponse
Enrollment response containing the issued client certificate.
Inheritance
- Object
- AgentEnrollmentResponse
Constructors
public AgentEnrollmentResponse() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.