Share via


BotFrameworkOptions.ChannelProvider Property

Definition

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.

Applies to