次の方法で共有


SecurityProviderSymmetricKey(String, String, String) コンストラクター

定義

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

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

パラメーター

registrationId
String

このデバイスのプロビジョニング サービス登録 ID。

primaryKey
String

このデバイスの主キー。

secondaryKey
String

このデバイスのセカンダリ キー。

適用対象