BotFrameworkOptions.AppCredentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.