AuthenticationMethodFactory.CreateAuthenticationWithSharedAccessPolicyKey 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.
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
- String
Device Identifier.
- policyName
- String
Name of the shared access policy to use.
- key
- String
Key associated with the shared access policy.
Returns
A new instance of the DeviceAuthenticationWithSharedAccessPolicyKey class.