AuthenticationMethodFactory.CreateAuthenticationWithSharedAccessPolicyToken メソッド

定義

ServiceAuthenticationWithSharedAccessPolicyToken オブジェクトを作成するファクトリ メソッド

public static Microsoft.Azure.Devices.IAuthenticationMethod CreateAuthenticationWithSharedAccessPolicyToken (string policyName, string token);
static member CreateAuthenticationWithSharedAccessPolicyToken : string * string -> Microsoft.Azure.Devices.IAuthenticationMethod
Public Shared Function CreateAuthenticationWithSharedAccessPolicyToken (policyName As String, token As String) As IAuthenticationMethod

パラメーター

policyName
String

PolicyName

token
String

SharedAccessSignatureToken

戻り値

AuthenticationMethod オブジェクト

適用対象