Sdílet prostřednictvím


BotFrameworkAuthentication.GenerateCallerIdAsync Metoda

Definice

Vygeneruje příslušné ID volajícího pro zápis do aktivity, může mít hodnotu 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)

Parametry

credentialFactory
ServiceClientCredentialsFactory

A ServiceClientCredentialsFactory , které se mají použít.

claimsIdentity
ClaimsIdentity

Příchozí deklarace identity.

callerId
String

Výchozí id volajícího, které se použije, pokud se nejedná o dovednost.

cancellationToken
CancellationToken

Token zrušení.

Návraty

CallerId, může mít hodnotu null.

Platí pro