Share via


ModuleAuthenticationWithToken(String, String, String) Constructor

Definition

Initializes a new instance of the ModuleAuthenticationWithToken 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
System.String

Device Identifier.

moduleId
System.String

Module Identifier.

token
System.String

Security Token.

Applies to