你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ModuleAuthenticationWithRegistrySymmetricKey(String, String, String) 构造函数

定义

初始化 DeviceAuthenticationWithRegistrySymmetricKey 类的新实例。

public ModuleAuthenticationWithRegistrySymmetricKey (string deviceId, string moduleId, string key);
new Microsoft.Azure.Devices.Client.ModuleAuthenticationWithRegistrySymmetricKey : string * string * string -> Microsoft.Azure.Devices.Client.ModuleAuthenticationWithRegistrySymmetricKey
Public Sub New (deviceId As String, moduleId As String, key As String)

参数

deviceId
String

设备标识符。

moduleId
String

模块标识符。

key
String

与模块关联的对称密钥。

适用于