ServiceAuthenticationWithSharedAccessPolicyKey(String, String) Constructor

Definition

Initializes a new instance of the ServiceAuthenticationWithSharedAccessPolicyKey class.

public ServiceAuthenticationWithSharedAccessPolicyKey (string policyName, string key);
new Microsoft.Azure.Devices.ServiceAuthenticationWithSharedAccessPolicyKey : string * string -> Microsoft.Azure.Devices.ServiceAuthenticationWithSharedAccessPolicyKey
Public Sub New (policyName As String, key As String)

Parameters

policyName
String

Name of the shared access policy to use.

key
String

Key associated with the shared access policy.

Applies to