你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

X509CaReferences(String, String) 构造函数

定义

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)

参数

primary
String

包含主 CA 引用的字符串。

secondary
String

具有辅助 CA 引用的字符串。

属性
Newtonsoft.Json.JsonConstructorAttribute

注解

使用提供的 CA 引用创建 X509 CA 引用的新实例。

CA 引用是一个字符串,其中包含你为证书提供的名称。

适用于