Class SecurityInfo
Inheritance
object
SecurityInfo
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("seci")]
public class SecurityInfo
Properties
|
Edit this page
View Source
DasRequest
Declaration
[JsonProperty("daq")]
public DynAuthDasRequest DasRequest { get; set; }
Property Value
|
Edit this page
View Source
DasResponse
Declaration
[JsonProperty("dres")]
public DynAuthDasResponse DasResponse { get; set; }
Property Value
|
Edit this page
View Source
EscertkeMessage
Declaration
[JsonProperty("eckm")]
public byte[] EscertkeMessage { get; set; }
Property Value
|
Edit this page
View Source
EsprimObject
Pattern: ([a-zA-Z0-9\-_=]+)\.([a-zA-Z0-9\-_=]*)\.([a-zA-Z0-9\-_=]*)\.([a-zA-Z0-9\-_=]*)\.([A-Za-z0-9\-_=])+.
Declaration
[RegularExpression("([a-zA-Z0-9\\-_=]+)\\.([a-zA-Z0-9\\-_=]*)\\.([a-zA-Z0-9\\-_=]*)\\.([a-zA-Z0-9\\-_=]*)\\.([A-Za-z0-9\\-_=])+")]
[JsonProperty("epo")]
public string EsprimObject { get; set; }
Property Value
|
Edit this page
View Source
EsprimRandObject
Declaration
[JsonProperty("ero")]
public ReceiverESPrimRandObject EsprimRandObject { get; set; }
Property Value
|
Edit this page
View Source
SecurityInfoType
Declaration
[JsonProperty("sit")]
public SecurityInfoType? SecurityInfoType { get; set; }
Property Value