Partilhar via


AuthenticationMethodFactory.CreateAuthenticationWithSharedAccessPolicyToken Método

Definição

Método Factory para criar um objeto 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

Parâmetros

policyName
String

PolicyName

token
String

SharedAccessSignatureToken

Retornos

um objeto AuthenticationMethod

Aplica-se a