Share via


ServiceAuthenticationWithSharedAccessPolicyToken(String, String) Constructor

Definition

Initializes a new instance of the ServiceAuthenticationWithSharedAccessPolicyToken class.

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

Parameters

policyName
String

Name of the shared access policy to use.

token
String

Token associated with the shared access policy.

Applies to