Share via


AuthenticationMethodFactory.CreateAuthenticationWithSharedAccessPolicyKey Method

Definition

Creates a DeviceAuthenticationWithSharedAccessPolicyKey instance based on the parameters.

public static Microsoft.Azure.Devices.Client.IAuthenticationMethod CreateAuthenticationWithSharedAccessPolicyKey(string deviceId, string policyName, string key);
static member CreateAuthenticationWithSharedAccessPolicyKey : string * string * string -> Microsoft.Azure.Devices.Client.IAuthenticationMethod
Public Shared Function CreateAuthenticationWithSharedAccessPolicyKey (deviceId As String, policyName As String, key As String) As IAuthenticationMethod

Parameters

deviceId
System.String

Device Identifier.

policyName
System.String

Name of the shared access policy to use.

key
System.String

Key associated with the shared access policy.

Returns

A new instance of the DeviceAuthenticationWithSharedAccessPolicyKey class.

Applies to