Megosztás a következőn keresztül:


ModuleAuthenticationWithToken(String, String, String) Constructor

Definition

Initializes a new instance of this class.

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

Parameters

deviceId
String

Device identifier.

moduleId
String

Module identifier.

token
String

Security token.

Applies to