Freigeben über


KeyDeviceIdentityProvider.GetAsync(String, String, String, EndPoint) Methode

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.ProtocolGateway.Identity.IDeviceIdentity> GetAsync (string clientId, string username, string password, System.Net.EndPoint clientAddress);
abstract member GetAsync : string * string * string * System.Net.EndPoint -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.ProtocolGateway.Identity.IDeviceIdentity>
override this.GetAsync : string * string * string * System.Net.EndPoint -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.ProtocolGateway.Identity.IDeviceIdentity>
Public Function GetAsync (clientId As String, username As String, password As String, clientAddress As EndPoint) As Task(Of IDeviceIdentity)

Parameter

clientId
String
username
String
password
String
clientAddress
EndPoint

Gibt zurück

Implementiert

Gilt für: