BotFrameworkOptions.ChannelProvider 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 IChannelProvider that should be used to provide configuration for how to validate authentication tokens received from the Bot Framework Service.
public Microsoft.Bot.Connector.Authentication.IChannelProvider ChannelProvider { get; set; }
member this.ChannelProvider : Microsoft.Bot.Connector.Authentication.IChannelProvider with get, set
Public Property ChannelProvider As IChannelProvider
Property Value
The credential provider.