Κοινή χρήση μέσω


BotFrameworkOptions.AppCredentials Property

Definition

Gets or sets an AppCredentials that should be used to store and retrieve the credentials used during authentication with the Bot Framework Service.

public Microsoft.Bot.Connector.Authentication.AppCredentials AppCredentials { get; set; }
member this.AppCredentials : Microsoft.Bot.Connector.Authentication.AppCredentials with get, set
Public Property AppCredentials As AppCredentials

Property Value

The credential provider.

Applies to