Partager via


BotFrameworkAuthentication.GenerateCallerIdAsync Méthode

Définition

Génère l’callerId approprié pour écrire dans l’activité, ce qui peut être null.

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)

Paramètres

claimsIdentity
ClaimsIdentity

Revendications entrantes.

callerId
String

CallerId par défaut à utiliser si ce n’est pas une compétence.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

CallerId, il peut être null.

S’applique à