Condividi tramite


X509CaReferences Class

Definition

Representation of a single Device Provisioning Service X509 primary and secondary certificate authority references.

public class X509CaReferences
type X509CaReferences = class
Public Class X509CaReferences
Inheritance
X509CaReferences

Examples

The following JSON is an example of the result of this class.

{
    "primary": "ValidCAReference-1",
    "secondary": "validCAReference-2"
}

Remarks

This class creates a representation of an X509 certificate authority references. It can receive primary and secondary CA references.

Users must provide the certificate authority reference as a string. This class will encapsulate both in a single X509Attestation.

Constructors

X509CaReferences(String, String)

CONSTRUCTOR

Properties

Primary

Primary reference.

Secondary

Secondary reference.

Applies to