KeyDeviceIdentityProvider.GetAsync(String, String, String, EndPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- clientId
- System.String
- username
- System.String
- password
- System.String
- clientAddress
- System.Net.EndPoint
Returns
- System.Threading.Tasks.Task<IDeviceIdentity>