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);

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 à