BotFrameworkOptions.AppCredentials 属性

定义

获取或设置一个 AppCredentials ,它应该用于存储和检索使用 Bot Framework 服务进行身份验证期间使用的凭据。

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

属性值

凭据提供程序。

适用于