CloudAdapterBase.BotFrameworkAuthentication Property

Definition

Gets the BotFrameworkAuthentication instance for this adapter.

protected Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication BotFrameworkAuthentication { get; }
member this.BotFrameworkAuthentication : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
Protected ReadOnly Property BotFrameworkAuthentication As BotFrameworkAuthentication

Property Value

The BotFrameworkAuthentication instance for this adapter.

Applies to