AuthenticationMethodFactory.CreateAuthenticationWithRegistrySymmetricKey メソッド

定義

オーバーロード

CreateAuthenticationWithRegistrySymmetricKey(String, String)

パラメーターに DeviceAuthenticationWithRegistrySymmetricKey 基づいてインスタンスを作成します。

CreateAuthenticationWithRegistrySymmetricKey(String, String, String)

パラメーターに ModuleAuthenticationWithRegistrySymmetricKey 基づいてインスタンスを作成します。

CreateAuthenticationWithRegistrySymmetricKey(String, String)

パラメーターに DeviceAuthenticationWithRegistrySymmetricKey 基づいてインスタンスを作成します。

public static Microsoft.Azure.Devices.Client.IAuthenticationMethod CreateAuthenticationWithRegistrySymmetricKey (string deviceId, string key);
static member CreateAuthenticationWithRegistrySymmetricKey : string * string -> Microsoft.Azure.Devices.Client.IAuthenticationMethod
Public Shared Function CreateAuthenticationWithRegistrySymmetricKey (deviceId As String, key As String) As IAuthenticationMethod

パラメーター

deviceId
String

デバイス識別子。

key
String

デバイス レジストリ内のデバイスに関連付けられているキー。

戻り値

DeviceAuthenticationWithRegistrySymmetricKey クラスの新しいインスタンス。

適用対象

CreateAuthenticationWithRegistrySymmetricKey(String, String, String)

パラメーターに ModuleAuthenticationWithRegistrySymmetricKey 基づいてインスタンスを作成します。

public static Microsoft.Azure.Devices.Client.IAuthenticationMethod CreateAuthenticationWithRegistrySymmetricKey (string deviceId, string moduleId, string key);
static member CreateAuthenticationWithRegistrySymmetricKey : string * string * string -> Microsoft.Azure.Devices.Client.IAuthenticationMethod
Public Shared Function CreateAuthenticationWithRegistrySymmetricKey (deviceId As String, moduleId As String, key As String) As IAuthenticationMethod

パラメーター

deviceId
String

デバイス識別子。

moduleId
String

モジュール識別子。

key
String

デバイス レジストリ内のモジュールに関連付けられているキー。

戻り値

ModuleAuthenticationWithRegistrySymmetricKey クラスの新しいインスタンス。

適用対象