Partilhar via


BotFrameworkAuthentication.GenerateCallerIdAsync Método

Definição

Gera o callerId adequado para escrever na atividade, o que 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 afirmações de entrada.

callerId
String

O callerId predefinido a utilizar se não for uma competência.

cancellationToken
CancellationToken

Um token de cancelamento.

Devoluções

O callerId pode ser nulo.

Aplica-se a