Compartilhar via


BotFrameworkAuthentication.GenerateCallerIdAsync Método

Definição

Gera a callerId apropriada para gravar na atividade, isso pode ser nulo.

protected internal System.Threading.Tasks.Task<string> GenerateCallerIdAsync (Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory credentialFactory, System.Security.Claims.ClaimsIdentity claimsIdentity, string callerId, System.Threading.CancellationToken cancellationToken);
member this.GenerateCallerIdAsync : Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory * System.Security.Claims.ClaimsIdentity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Protected Friend Function GenerateCallerIdAsync (credentialFactory As ServiceClientCredentialsFactory, claimsIdentity As ClaimsIdentity, callerId As String, cancellationToken As CancellationToken) As Task(Of String)

Parâmetros

claimsIdentity
ClaimsIdentity

As declarações de entrada.

callerId
String

O callerId padrão a ser usado se essa não for uma habilidade.

cancellationToken
CancellationToken

Um token de cancelamento.

Retornos

O callerId, isso pode ser nulo.

Aplica-se a