ServiceAuthenticationWithSharedAccessPolicyKey(String, String) Constructor
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.
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.