Partilhar via


ServiceAuthenticationWithSharedAccessPolicyToken(String, String) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

policyName
String

Nome da política de acesso compartilhado a ser usada.

token
String

Token associado à política de acesso compartilhado.

Aplica-se a