Partager via


DeviceAuthenticationWithX509Certificate Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

deviceId
String

Identificateur de l’appareil.

certificate
X509Certificate2

Certificat X.509.

chainCertificates
X509Certificate2Collection

Certificats dans la chaîne de certificats d’appareil.

S’applique à