Class ReceiverESPrimRandObject
Inheritance
object
ReceiverESPrimRandObject
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("receiverESPrimRandObject")]
public class ReceiverESPrimRandObject
Properties
|
Edit this page
View Source
EsprimKeyGenAlgIDs
Declaration
[JsonProperty("esks")]
public ICollection<EsprimKeyGenAlgID> EsprimKeyGenAlgIDs { get; set; }
Property Value
|
Edit this page
View Source
EsprimProtocolAndAlgIDs
Declaration
[JsonProperty("espa")]
public ICollection<EsprimProtocolAndAlgID> EsprimProtocolAndAlgIDs { get; set; }
Property Value
|
Edit this page
View Source
EsprimRandExpiry
Declaration
[JsonProperty("esrx")]
public string EsprimRandExpiry { get; set; }
Property Value
|
Edit this page
View Source
EsprimRandID
Declaration
[JsonProperty("esri")]
public string EsprimRandID { get; set; }
Property Value
|
Edit this page
View Source
EsprimRandValue
Declaration
[JsonProperty("esrv")]
public string EsprimRandValue { get; set; }
Property Value