Class E2ESecInfo
Inheritance
object
E2ESecInfo
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("esi")]
public class E2ESecInfo
Properties
|
Edit this page
View Source
Certificates
Declaration
[JsonProperty("escert")]
public ICollection<byte[]> Certificates { get; set; }
Property Value
|
Edit this page
View Source
SharedReceiverESPrimRandObject
Declaration
[JsonProperty("esro")]
public ReceiverESPrimRandObject SharedReceiverESPrimRandObject { get; set; }
Property Value
|
Edit this page
View Source
SupportedE2ESecFeatures
Declaration
[JsonProperty("esf")]
public ICollection<Suid> SupportedE2ESecFeatures { get; set; }
Property Value