Class ConfirmationRequest
Inheritance
object
ConfirmationRequest
Assembly: Aetheros.OneM2M.Api.dll
Syntax
[Serializable]
[JsonObject("pnm2m:confirmreq")]
public class ConfirmationRequest
Properties
|
Edit this page
View Source
CertificateHash
Declaration
[JsonProperty("certhash")]
public string? CertificateHash { 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
TransactionId
Declaration
[JsonProperty("txnid")]
public string? TransactionId { get; set; }
Property Value