Sdílet prostřednictvím


AuthenticationProviderSymmetricKey(String, String, String) Constructor

Definition

Creates an instance of this class.

public AuthenticationProviderSymmetricKey (string registrationId, string primaryKey, string secondaryKey);
new Microsoft.Azure.Devices.Provisioning.Client.AuthenticationProviderSymmetricKey : string * string * string -> Microsoft.Azure.Devices.Provisioning.Client.AuthenticationProviderSymmetricKey
Public Sub New (registrationId As String, primaryKey As String, secondaryKey As String)

Parameters

registrationId
String

The Provisioning service Registration Id for this device.

primaryKey
String

The primary key for this device.

secondaryKey
String

The secondary key for this device.

Applies to