Compartir a través de


AuthenticationMethodFactory.CreateAuthenticationWithRegistrySymmetricKey Método

Definición

Sobrecargas

CreateAuthenticationWithRegistrySymmetricKey(String, String)

Crea una DeviceAuthenticationWithRegistrySymmetricKey instancia basada en los parámetros.

CreateAuthenticationWithRegistrySymmetricKey(String, String, String)

Crea una ModuleAuthenticationWithRegistrySymmetricKey instancia basada en los parámetros.

CreateAuthenticationWithRegistrySymmetricKey(String, String)

Crea una DeviceAuthenticationWithRegistrySymmetricKey instancia basada en los parámetros.

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

Parámetros

deviceId
String

Identificador de dispositivo.

key
String

Clave asociada al dispositivo en el registro de dispositivos.

Devoluciones

Nueva instancia de la clase DeviceAuthenticationWithRegistrySymmetricKey.

Se aplica a

CreateAuthenticationWithRegistrySymmetricKey(String, String, String)

Crea una ModuleAuthenticationWithRegistrySymmetricKey instancia basada en los parámetros.

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

Parámetros

deviceId
String

Identificador de dispositivo.

moduleId
String

Identificador del módulo.

key
String

Clave asociada al módulo en el registro de dispositivos.

Devoluciones

Nueva instancia de la clase ModuleAuthenticationWithRegistrySymmetricKey.

Se aplica a