Class OriginatorESPrimRandObject
Inheritance
object
OriginatorESPrimRandObject
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("originatorESPrimRandObject")]
public class OriginatorESPrimRandObject
Properties
|
Edit this page
View Source
EsprimKeyGenAlgIDs
Declaration
[JsonProperty("esks")]
public 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