你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceAuthenticationWithSharedAccessPolicyKey(String, String) 构造函数

定义

初始化 ServiceAuthenticationWithSharedAccessPolicyKey 类的新实例。

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)

参数

policyName
String

要使用的共享访问策略的名称。

key
String

与共享访问策略关联的密钥。

适用于