次の方法で共有


BotFrameworkOptions.AppCredentials プロパティ

定義

Bot Framework Service での認証時に使用される資格情報の格納と取得に使用する必要がある を取得または設定 AppCredentials します。

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

プロパティ値

資格情報プロバイダー。

適用対象