共用方式為


BotFrameworkOptions.AppCredentials 屬性

定義

取得或設定 AppCredentials ,其應該用來儲存及擷取在 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

屬性值

認證提供者。

適用於