次の方法で共有


DeviceAuthenticationWithX509Certificate コンストラクター

定義

DeviceAuthenticationWithX509Certificate クラスの新しいインスタンスを初期化します。

public DeviceAuthenticationWithX509Certificate (string deviceId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection chainCertificates = default);
new Microsoft.Azure.Devices.Client.DeviceAuthenticationWithX509Certificate : string * System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Cryptography.X509Certificates.X509Certificate2Collection -> Microsoft.Azure.Devices.Client.DeviceAuthenticationWithX509Certificate
Public Sub New (deviceId As String, certificate As X509Certificate2, Optional chainCertificates As X509Certificate2Collection = Nothing)

パラメーター

deviceId
String

デバイス識別子。

certificate
X509Certificate2

[X.509 証明書]

chainCertificates
X509Certificate2Collection

デバイス証明書チェーン内の証明書。

適用対象