次の方法で共有


ServiceAuthenticationWithSharedAccessPolicyToken(String, String) コンストラクター

定義

ServiceAuthenticationWithSharedAccessPolicyToken クラスの新しいインスタンスを初期化します。

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)

パラメーター

policyName
String

使用する共有アクセス ポリシーの名前。

token
String

共有アクセス ポリシーに関連付けられているトークン。

適用対象