Class ConfirmationResponse
Inheritance
object
ConfirmationResponse
Assembly: Aetheros.OneM2M.Api.dll
Syntax
[Serializable]
[JsonObject("pnm2m:pnm2m:confirmresp")]
public class ConfirmationResponse
Properties
|
Edit this page
View Source
Certificate
Declaration
[JsonProperty("cacertpem")]
public string? Certificate { get; set; }
Property Value
|
Edit this page
View Source
CertificateId
Declaration
[JsonProperty("certid")]
public CertificateId? CertificateId { get; set; }
Property Value
|
Edit this page
View Source
NewTokenId
Declaration
[JsonProperty("newtokenid")]
public string? NewTokenId { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public CertificateSigningStatus Status { get; set; }
Property Value