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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET