Class CertificateId
Inheritance
object
CertificateId
Namespace: Aetheros.OneM2M.Api.Registration
Assembly: Aetheros.OneM2M.Api.dll
Syntax
[Serializable]
[JsonObject("certid")]
public class CertificateId
Properties
| Edit this page View SourceIssuer
Declaration
[JsonProperty("issuer")]
public string? Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
SerialNumber
Declaration
[JsonProperty("serial")]
public string? SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
string |