Sdílet prostřednictvím


X509CaReferences(String, String) Constructor

Definition

CONSTRUCTOR

[Newtonsoft.Json.JsonConstructor]
protected internal X509CaReferences (string primary, string secondary = default);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.Azure.Devices.Provisioning.Service.X509CaReferences : string * string -> Microsoft.Azure.Devices.Provisioning.Service.X509CaReferences
Protected Friend Sub New (primary As String, Optional secondary As String = Nothing)

Parameters

primary
String

the String with the primary CA reference.

secondary
String

the String with the secondary CA reference.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Remarks

Creates a new instance of the X509 CA references using the provided CA references.

The CA reference is a String with the name that you gave for your certificate.

Applies to