X509CaReferences(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET